GraphNode, constructeur (Graph, String, String, GraphCategory)
Construit un nœud
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Sub New ( _
owner As Graph, _
id As String, _
label As String, _
category As GraphCategory _
)
public GraphNode(
Graph owner,
string id,
string label,
GraphCategory category
)
public:
GraphNode(
Graph^ owner,
String^ id,
String^ label,
GraphCategory^ category
)
new :
owner:Graph *
id:string *
label:string *
category:GraphCategory -> GraphNode
public function GraphNode(
owner : Graph,
id : String,
label : String,
category : GraphCategory
)
Paramètres
- owner
Type : Microsoft.VisualStudio.GraphModel.Graph
Le graphique propriétaire
- id
Type : System.String
identificateur de nœud unique
- label
Type : System.String
nom affichable
- category
Type : Microsoft.VisualStudio.GraphModel.GraphCategory
Catégorie
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.