ToolboxControl.AssociatedDesigner プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このツールボックス コントロールが関連Windows ワークフロー デザイナー関連付けられているオブジェクトを取得または設定します。
public:
property System::Activities::Presentation::WorkflowDesigner ^ AssociatedDesigner { System::Activities::Presentation::WorkflowDesigner ^ get(); void set(System::Activities::Presentation::WorkflowDesigner ^ value); };
public System.Activities.Presentation.WorkflowDesigner AssociatedDesigner { get; set; }
member this.AssociatedDesigner : System.Activities.Presentation.WorkflowDesigner with get, set
Public Property AssociatedDesigner As WorkflowDesigner
プロパティ値
このツールボックス コントロールに関連付けられている WorkflowDesigner インスタンス。