Udostępnij za pośrednictwem


CompositeActivityDesigner.ContainedDesigners Właściwość

Definicja

Pobiera tablicę zawartą ActivityDesigner w obiekcie CompositeActivityDesigner.

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

Wartość właściwości

ReadOnlyCollection<ActivityDesigner>

Kolekcja tylko do odczytu elementu ActivityDesigner.

Uwagi

ContainedDesigners Użyj metody dostępu, aby pobrać kolekcję projektantów tylko do odczytu zawartą w pliku CompositeActivityDesigner.

Dotyczy