GraphNodeIdPropertyDescriptor Constructor (GraphNodeId^, String^, String^)

 

Constructor.

Namespace:   Microsoft.VisualStudio.GraphModel
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.

Return to top
Show: