Partager via


GraphNodeIdPropertyDescriptor, constructeur

Constructeur.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • name
    Type : System.String
    Nom facultatif de ce descripteur de propriété.
  • category
    Type : System.String
    Catégorie facultative de ce descripteur de propriété.

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeIdPropertyDescriptor Classe

Microsoft.VisualStudio.GraphModel, espace de noms