Share via


IModelBus.SerializeReference Method

Serializes the supplied reference to a string that can be persisted by the caller. If there is ReferenceContext information attached to the reference, you will have to provide equivalent context information when the string is deserialized.

Namespace:  Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Syntax

'Declaration
Function SerializeReference ( _
    reference As ModelBusReference _
) As String
string SerializeReference(
    ModelBusReference reference
)
String^ SerializeReference(
    ModelBusReference^ reference
)
abstract SerializeReference : 
        reference:ModelBusReference -> string
function SerializeReference(
    reference : ModelBusReference
) : String

Parameters

Return Value

Type: String
A string representing the serialized form of the reference, relative to any ReferenceContext information that is associated with the ModelBusReference.

.NET Framework Security

See Also

Reference

IModelBus Interface

Microsoft.VisualStudio.Modeling.Integration Namespace