Share via


GraphPathSerializationDictionary.GetPath Method

Get the value of the path with the given name.

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

Syntax

'Declaration
Public Function GetPath ( _
    name As String _
) As String
public string GetPath(
    string name
)
public:
String^ GetPath(
    String^ name
)
member GetPath : 
        name:string -> string
public function GetPath(
    name : String
) : String

Parameters

  • name
    Type: String

    The name of the path registered via Add.

Return Value

Type: String
The name or null if it is not found

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Microsoft.VisualStudio.GraphModel Namespace