GraphNodeIdPropertyDescriptor Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Constructor.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub New ( _
identifier As GraphNodeId, _
name As String, _
category As String _
)
public GraphNodeIdPropertyDescriptor(
GraphNodeId identifier,
string name,
string category
)
public:
GraphNodeIdPropertyDescriptor(
GraphNodeId^ identifier,
String^ name,
String^ category
)
new :
identifier:GraphNodeId *
name:string *
category:string -> GraphNodeIdPropertyDescriptor
public function GraphNodeIdPropertyDescriptor(
identifier : GraphNodeId,
name : String,
category : String
)
Parameters
identifier
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdIdentifier associated with this property descriptor.
name
Type: System.StringOptional name of this property descriptor.
category
Type: System.StringOptional category of this property descriptor.
.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.