GraphGroup.Parents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)