FreeformActivityDesigner.CanExpandCollapse 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值會指示 FreeformActivityDesigner 是否可以在工作流程設計介面中摺疊。
public:
virtual property bool CanExpandCollapse { bool get(); };
public override bool CanExpandCollapse { get; }
member this.CanExpandCollapse : bool
Public Overrides ReadOnly Property CanExpandCollapse As Boolean
屬性值
如果 FreeformActivityDesigner 可以摺疊則為 true
,否則為 false
。
備註
CanExpandCollapse 永遠傳回 false
。