CodeGraphNodeIdName.ArrayInstance Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 ArrayInstance As GraphNodeIdName
public static GraphNodeIdName ArrayInstance { get; }
public:
static property GraphNodeIdName^ ArrayInstance {
GraphNodeIdName^ get ();
}
static member ArrayInstance : GraphNodeIdName with get
static function get ArrayInstance () : 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
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace