DesignerView.RootDesigner プロパティ

定義

現在のモデル ツリーのルートの 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 メソッドを呼び出して、このプロパティをWorkflowViewElementModelItem表現に設定します。

適用対象