GraphPathSerializer::Deserialize Method (String^)
Visual Studio 2015
Deserializes the given path.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- value
-
Type:
System::String^
The path to deserialize.
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.
Show: