ModelBus::SerializeReference Method (ModelBusReference^)

 

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)

public:
virtual String^ SerializeReference(
	ModelBusReference^ reference
) sealed

Parameters

reference
Type: Microsoft.VisualStudio.Modeling.Integration::ModelBusReference^

The reference to be serialized

Return Value

Type: System::String^

A string representing the serialized form of the reference

Return to top
Show: