FreeformActivityDesigner.CanExpandCollapse プロパティ

定義

ワークフロー デザイン サーフェイスで FreeformActivityDesigner を折りたたむことができるかどうかを示す値を取得します。

public:
 virtual property bool CanExpandCollapse { bool get(); };
public override bool CanExpandCollapse { get; }
member this.CanExpandCollapse : bool
Public Overrides ReadOnly Property CanExpandCollapse As Boolean

プロパティ値

true FreeformActivityDesignerを折りたたむことができる場合は 。それ以外の場合はfalse

注釈

CanExpandCollapse は常に falseを返します。

適用対象