CodeLayerGraphNodeIdName.ErrorSource Property
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ErrorSource As GraphNodeIdName
public static GraphNodeIdName ErrorSource { get; }
public:
static property GraphNodeIdName^ ErrorSource {
GraphNodeIdName^ get ();
}
static member ErrorSource : GraphNodeIdName with get
static function get ErrorSource () : GraphNodeIdName
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Returns GraphNodeIdName.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CodeLayerGraphNodeIdName Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace