GraphPathSerializer.Deserialize(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserialize the given path.
C++
public:
System::String ^ Deserialize(System::String ^ value);
public string Deserialize(string value);
member this.Deserialize : string -> string
Public Function Deserialize (value As String) As String
- value
- String
The path to deserialize
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.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |