GraphPathSerializer::Serialize Method (String^)

 

Serializes the given text as a path does not attempt to substitute the content.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
String^ Serialize(
	String^ text
)

Parameters

text
Type: System::String^

Value to serialize.

Return Value

Type: System::String^

The serialized string.

Return to top
Show: