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
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceThe reference to be serialized
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.