CodeGraphNodeIdName.Indirection Property

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

public static GraphNodeIdName Indirection { get; }
public:
property GraphNodeIdName^ Indirection {
    static GraphNodeIdName^ get();
}
static member Indirection : GraphNodeIdName with get
Public Shared ReadOnly Property Indirection As GraphNodeIdName

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdName

Returns GraphNodeIdName.

See Also

CodeGraphNodeIdName Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top