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
- identifier
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Identificateur associé à ce descripteur de propriété.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.