WorkflowItemsPresenter.IsDefaultContainer プロパティ

定義

現在のデザイナーが既定のコンテナーかどうかを示すブール値を取得または設定します。

public:
 property bool IsDefaultContainer { bool get(); void set(bool value); };
public bool IsDefaultContainer { get; set; }
member this.IsDefaultContainer : bool with get, set
Public Property IsDefaultContainer As Boolean

プロパティ値

現在のデザイナーが既定のコンテナーの場合は true。それ以外の場合は false

適用対象