GraphNode.OutgoingLinks Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumerável de links de saída. A ordem da enumeração é aleatória.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ OutgoingLinks { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphLink> OutgoingLinks { [System.Diagnostics.DebuggerStepThrough] [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode/<get_OutgoingLinks>d__14))] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode/<get_OutgoingLinks>d__14))>]
member this.OutgoingLinks : seq<Microsoft.VisualStudio.GraphModel.GraphLink>
Public ReadOnly Property OutgoingLinks As IEnumerable(Of GraphLink)
Valor da propriedade
- Atributos