StructuredCompositeActivityDesigner.Views Property

Definition

Gets a read-only collection of designer views that the current StructuredCompositeActivityDesigner hosts.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::DesignerView ^> ^ Views { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::DesignerView ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.DesignerView> Views { get; }
member this.Views : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.DesignerView>
Public Overridable ReadOnly Property Views As ReadOnlyCollection(Of DesignerView)

Property Value

The DesignerView read-only collection that contains the views hosted by the current StructuredCompositeActivityDesigner.

Applies to