GraphNodeIdPropertyDescriptor Constructor (GraphNodeId^, String^, String^)
Visual Studio 2015
Constructor.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public:
GraphNodeIdPropertyDescriptor(
GraphNodeId^ identifier,
String^ name = null,
String^ category = null
)
Parameters
- identifier
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeId^
Identifier associated with this property descriptor.
- name
-
Type:
System::String^
Optional name of this property descriptor.
- category
-
Type:
System::String^
Optional category of this property descriptor.
Show: