CodeLayerGraphNodeIdName.Reference 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 Reference As GraphNodeIdName
public static GraphNodeIdName Reference { get; }
public:
static property GraphNodeIdName^ Reference {
GraphNodeIdName^ get ();
}
static member Reference : GraphNodeIdName with get
static function get Reference () : 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