WorkflowViewElement.ShowExpanded 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出工作流程檢視項目是否以展開的檢視顯示。
public:
property bool ShowExpanded { bool get(); };
public bool ShowExpanded { get; }
member this.ShowExpanded : bool
Public ReadOnly Property ShowExpanded As Boolean
屬性值
如果項目是在展開的檢視中顯示,則為 true
,否則為 false
。