GraphNodeCollection::Containers Property

 

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

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

public:
property IEnumerable<GraphNode^>^ Containers {
	IEnumerable<GraphNode^>^ get();
}
Return to top
Show: