GraphEnumerable.GetDescendants(IEnumerable<GraphObject>) Метод

Определение

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphObject ^> ^ GetDescendants(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphObject ^> ^ objects);
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphObject> GetDescendants (this System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphObject> objects);
static member GetDescendants : seq<Microsoft.VisualStudio.GraphModel.GraphObject> -> seq<Microsoft.VisualStudio.GraphModel.GraphObject>
<Extension()>
Public Function GetDescendants (objects As IEnumerable(Of GraphObject)) As IEnumerable(Of GraphObject)

Параметры

Возвращаемое значение

IEnumerable<GraphObject>

Применяется к