GraphEnumerable.AsNodes(IEnumerable<GraphObject>) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Verilen GraphObjects öğelerini GraphNodes 'a dönüştürür. Gruplar düğümlere dönüştürülür. Hiç bağlantı döndürülmedi.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ AsNodes(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphObject ^> ^ objects);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphEnumerable/<AsNodes>d__0))]
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> AsNodes (this System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphObject> objects);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphEnumerable/<AsNodes>d__0))>]
static member AsNodes : seq<Microsoft.VisualStudio.GraphModel.GraphObject> -> seq<Microsoft.VisualStudio.GraphModel.GraphNode>
<Extension()>
Public Iterator Function AsNodes (objects As IEnumerable(Of GraphObject)) As IEnumerable(Of GraphNode)
Parametreler
- objects
- IEnumerable<GraphObject>
Döndürülenler
Koleksiyondaki tüm düğümler.
- Öznitelikler