GraphNodeCollection.Containers Property

Definition

Returns an enumerable which consists of all nodes that are containers.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ Containers { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> Containers { [System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNodeCollection+<get_Containers>d__49))] get; }
[<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNodeCollection+<get_Containers>d__49))>]
member this.Containers : seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public ReadOnly Property Containers As IEnumerable(Of GraphNode)

Property Value

Attributes

Applies to