Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes the supplied reference to a string that can be persisted by the caller.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public string SerializeReference(
ModelBusReference reference
)
public:
virtual String^ SerializeReference(
ModelBusReference^ reference
) sealed
abstract SerializeReference :
reference:ModelBusReference -> string
override SerializeReference :
reference:ModelBusReference -> string
Public Function SerializeReference (
reference As ModelBusReference
) As String
Parameters
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceThe reference to be serialized
Return Value
Type: System.String
A string representing the serialized form of the reference
Implements
IModelBus.SerializeReference(ModelBusReference)
See Also
ModelBus Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top