CodeLayerGraphNodeIdName.ErrorSource Property

 

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdName

Returns GraphNodeIdName.

See Also

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

Return to top