WorkflowViewElement::CompositeViews Property

.NET Framework (current version)
 

Gets the list of all composite views.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

protected:
property IList<ICompositeView^>^ CompositeViews {
	IList<ICompositeView^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<ICompositeView^>^

The list of all composite views.

.NET Framework
Available since 4.0
Return to top
Show: