GraphPathSerializationDictionary.GetPath(String) Method
Definition
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.
Get the value of the path with the given name.
public:
System::String ^ GetPath(System::String ^ name);
public string GetPath (string name);
member this.GetPath : string -> string
Public Function GetPath (name As String) As String
Parameters
- name
- String
The name of the path registed via Add.
Returns
The name or null if it is not found