ActivityDesigner.DesignerActions 속성

정의

구성 오류와 연결된 작업의 배열을 가져옵니다.

protected public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::DesignerAction ^> ^ DesignerActions { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::DesignerAction ^> ^ get(); };
protected internal virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.DesignerAction> DesignerActions { get; }
member this.DesignerActions : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.DesignerAction>
Protected Friend Overridable ReadOnly Property DesignerActions As ReadOnlyCollection(Of DesignerAction)

속성 값

DesignerAction의 읽기 전용 배열입니다.

설명

이 메서드는 구성 오류와 연결된 작업의 읽기 전용 배열을 반환합니다. 이 목록에는 최종 사용자에게 제공되거나 ActivityDesigner를 호스팅하는 시스템에 의해 프로그램 방식으로 사용될 수 있는 Activity의 모든 구성 및 유효성 검사 오류가 포함되어 있습니다.

적용 대상