Partilhar via


Propriedade GraphNode.OutgoingLinkCount

Retorna o número de links de saída

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public ReadOnly Property OutgoingLinkCount As Integer
public int OutgoingLinkCount { get; }
public:
property int OutgoingLinkCount {
    int get ();
}
member OutgoingLinkCount : int
function get OutgoingLinkCount () : int

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

GraphNode Classe

Namespace Microsoft.VisualStudio.GraphModel