GraphNodeIdPropertyDescriptor(GraphNodeId, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.