GraphNodeIdPropertyDescriptor Constructor

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

  • name
    Type: String

    Optional name of this property descriptor.

  • category
    Type: String

    Optional category of this property descriptor.

.NET Framework Security

See Also

Reference

GraphNodeIdPropertyDescriptor Class

Microsoft.VisualStudio.GraphModel Namespace