DesignerView.RootDesigner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定表示目前模型樹狀結構根目錄之 UI 的 UIElement。
public:
property System::Windows::UIElement ^ RootDesigner { System::Windows::UIElement ^ get(); void set(System::Windows::UIElement ^ value); };
public System.Windows.UIElement RootDesigner { get; set; }
member this.RootDesigner : System.Windows.UIElement with get, set
Public Property RootDesigner As UIElement
屬性值
根項目。
備註
您可以呼叫 MakeRootDesigner 方法,將此屬性設定為 WorkflowViewElement 的 ModelItem 表示。