GraphPathSerializer::Deserialize Method (String^)

 

Deserializes the given path.

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

public:
String^ Deserialize(
	String^ value
)

Parameters

value
Type: System::String^

The path to deserialize.

Return Value

Type: System::String^

The deserialized value (path substituted).

This method expands $(name) syntax with the full path defined in the CommonPaths.

This method is performance critical, which is why it is written like a scanner.

Return to top
Show: