Freigeben über


GraphGroup.Parents-Eigenschaft

Das übergeordnete Element dieser Gruppe.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: IEnumerable<GraphGroup>
Gibt IEnumerable zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphGroup Klasse

Microsoft.VisualStudio.GraphModel-Namespace