次の方法で共有


WorkflowOutline.NeedsExpandAll プロパティ

定義

ドキュメント アウトラインの TreeView を展開する必要があるかどうかを示す値を取得または設定します。

protected public:
 property bool NeedsExpandAll { bool get(); void set(bool value); };
protected internal bool NeedsExpandAll { get; set; }
member this.NeedsExpandAll : bool with get, set
Protected Friend Property NeedsExpandAll As Boolean

プロパティ値

Boolean

ドキュメント アウトラインの TreeView を展開する必要がある場合は true。それ以外の場合は false

適用対象