CodeGraphNodeIdName.GetLocalPath Method (GraphNodeId)
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
public static string GetLocalPath(
GraphNodeId id
)
public:
static String^ GetLocalPath(
GraphNodeId^ id
)
static member GetLocalPath :
id:GraphNodeId -> string
Public Shared Function GetLocalPath (
id As GraphNodeId
) As String
Parameters
Return Value
Type: System.String
Returns String.
See Also
CodeGraphNodeIdName Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace
Return to top