Sdílet prostřednictvím


DesignerView.RootView – vlastnost

Vrátí ViewItem , představuje DesignerView.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public ReadOnly Property RootView As ViewItem
    Get
public ViewItem RootView { get; }
public:
property ViewItem^ RootView {
    ViewItem^ get ();
}
member RootView : ViewItem
function get RootView () : ViewItem

Hodnota vlastnosti

Typ: Microsoft.Windows.Design.Interaction.ViewItem
A ViewItem , představuje DesignerView.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DesignerView Třída

Microsoft.Windows.Design.Interaction – obor názvů

AdornerPanel

Další zdroje

Walkthrough: Creating a Design-time Adorner

Adorner Architecture