Поделиться через


GraphGroup.Parents - свойство

Родительские объекты данной группы.

Пространство имен:  Microsoft.VisualStudio.GraphModel
Сборка:  Microsoft.VisualStudio.GraphModel (в Microsoft.VisualStudio.GraphModel.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: IEnumerable<GraphGroup>
Возвращает IEnumerable.

Безопасность платформы .NET Framework

См. также

Ссылки

GraphGroup Класс

Microsoft.VisualStudio.GraphModel - пространство имен