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.GraphNodeIdIdentificateur associé à ce descripteur de propriété.
name
Type : StringNom facultatif de ce descripteur de propriété.
category
Type : StringCaté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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.