Sdílet prostřednictvím


GraphGroup.Parents – vlastnost

Rodiče této skupiny.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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> with get
function get Parents () : IEnumerable<GraphGroup>

Hodnota vlastnosti

Typ: IEnumerable<GraphGroup>
Vrátí IEnumerable.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphGroup Třída

Microsoft.VisualStudio.GraphModel – obor názvů