次の方法で共有


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

プロパティ値

UIElement

ルート要素。

注釈

MakeRootDesigner メソッドを呼び出して、WorkflowViewElementModelItem 表現にこのプロパティを設定します。

適用対象