GraphNode.OutgoingLinkCount, propriété
Retourne le nombre de liens sortants
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OutgoingLinkCount As Integer
public int OutgoingLinkCount { get; }
public:
property int OutgoingLinkCount {
int get ();
}
member OutgoingLinkCount : int with get
function get OutgoingLinkCount () : int
Valeur de propriété
Type : Int32
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.