Share via


GraphGroup.Parents Property

Definition

The parents of this group.

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

Property Value

Applies to