StructuredCompositeActivityDesigner.Views Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtenga una colección de solo lectura de vistas de diseñador que albergue el StructuredCompositeActivityDesigner actual.
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)
Valor de propiedad
La colección DesignerView de solo lectura que contiene las vistas albergadas por el StructuredCompositeActivityDesigneractual.