Share via


GraphPathSerializationDictionary.GetPath Method

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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Microsoft.VisualStudio.GraphModel Namespace