Compartilhar via


Propriedade GraphGroup.Parents

Os pais de esse grupo.

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

Sintaxe

'Declaração
Public ReadOnly Property Parents As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> Parents { get; }
public:
property IEnumerable<GraphGroup^>^ Parents {
    IEnumerable<GraphGroup^>^ get ();
}
member Parents : IEnumerable<GraphGroup>
function get Parents () : IEnumerable<GraphGroup>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<GraphGroup>
Retorna IEnumerable<T>.

Segurança do .NET Framework

Consulte também

Referência

GraphGroup Classe

Namespace Microsoft.VisualStudio.GraphModel