ActivityDesigner.IsRootDesigner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會得到一個值,表示設計者是否為根設計者。
public:
property bool IsRootDesigner { bool get(); };
public bool IsRootDesigner { get; }
member this.IsRootDesigner : bool
Public ReadOnly Property IsRootDesigner As Boolean
屬性值
true若設計者是根設計者;否則,。 false
備註
根設計者不會有設計者作為父設計者。 根設計器作為整個工作流程的設計者,因為所有工作流程元件都會是子元件。