GraphLink, constructeur (Graph, GraphNode, GraphNode, String, GraphCategory)
Construit un lien
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Sub New ( _
owner As Graph, _
source As GraphNode, _
target As GraphNode, _
label As String, _
category As GraphCategory _
)
public GraphLink(
Graph owner,
GraphNode source,
GraphNode target,
string label,
GraphCategory category
)
public:
GraphLink(
Graph^ owner,
GraphNode^ source,
GraphNode^ target,
String^ label,
GraphCategory^ category
)
new :
owner:Graph *
source:GraphNode *
target:GraphNode *
label:string *
category:GraphCategory -> GraphLink
public function GraphLink(
owner : Graph,
source : GraphNode,
target : GraphNode,
label : String,
category : GraphCategory
)
Paramètres
- owner
Type : Microsoft.VisualStudio.GraphModel.Graph
Le graphique qui possède ce lien
- source
Type : Microsoft.VisualStudio.GraphModel.GraphNode
nœud source
- target
Type : Microsoft.VisualStudio.GraphModel.GraphNode
nœud cible
- 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.