GraphNode, constructeur (Graph, GraphNodeId, String, GraphCategory)
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 GraphNodeId, _
label As String, _
category As GraphCategory _
)
public GraphNode(
Graph owner,
GraphNodeId id,
string label,
GraphCategory category
)
public:
GraphNode(
Graph^ owner,
GraphNodeId^ id,
String^ label,
GraphCategory^ category
)
new :
owner:Graph *
id:GraphNodeId *
label:string *
category:GraphCategory -> GraphNode
public function GraphNode(
owner : Graph,
id : GraphNodeId,
label : String,
category : GraphCategory
)
Paramètres
- owner
Type : Microsoft.VisualStudio.GraphModel.Graph
- label
Type : System.String
- category
Type : Microsoft.VisualStudio.GraphModel.GraphCategory
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.