WorkflowViewElement.CompositeViews Property

Definition

Gets the list of all composite views.

protected:
 property System::Collections::Generic::IList<System::Activities::Presentation::ICompositeView ^> ^ CompositeViews { System::Collections::Generic::IList<System::Activities::Presentation::ICompositeView ^> ^ get(); };
protected System.Collections.Generic.IList<System.Activities.Presentation.ICompositeView> CompositeViews { get; }
member this.CompositeViews : System.Collections.Generic.IList<System.Activities.Presentation.ICompositeView>
Protected ReadOnly Property CompositeViews As IList(Of ICompositeView)

Property Value

The list of all composite views.

Applies to