GraphNode.ParentGroups Özellik

Tanım

Bu düğümün ChildNodes koleksiyonunda (veya bu düğüm IsGroup = true ise ChildGroups koleksiyonunda) listelenen tüm GraphGroups değerlerini döndürün.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ ParentGroups { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> ParentGroups { get; }
member this.ParentGroups : seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public ReadOnly Property ParentGroups As IEnumerable(Of GraphGroup)

Özellik Değeri

IEnumerable<GraphGroup>

Şunlara uygulanır