GraphNodeIdPropertyDescriptor(GraphNodeId, String, String) Constructor

Definition

Constructor.

public GraphNodeIdPropertyDescriptor (Microsoft.VisualStudio.GraphModel.GraphNodeId identifier, string name = default, string category = default);
new Microsoft.VisualStudio.GraphModel.GraphNodeIdPropertyDescriptor : Microsoft.VisualStudio.GraphModel.GraphNodeId * string * string -> Microsoft.VisualStudio.GraphModel.GraphNodeIdPropertyDescriptor
Public Sub New (identifier As GraphNodeId, Optional name As String = Nothing, Optional category As String = Nothing)

Parameters

identifier
GraphNodeId

Identifier associated with this property descriptor.

name
String

Optional name of this property descriptor.

category
String

Optional category of this property descriptor.

Applies to