GraphPathSerializer::SerializeWithSubstitution Method (String^)

 

Serializes the given text with substitution of paths.

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

public:
String^ SerializeWithSubstitution(
	String^ text
)

Parameters

text
Type: System::String^

The string to serialize.

Return Value

Type: System::String^

The serialized string.

Return to top
Show: