Compartir a través de


DesignerView.RootView (Propiedad)

Devuelve un elemento ViewItem que representa el objeto DesignerView.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Windows.Design.Interaction.ViewItem
Elemento ViewItem que representa el objeto DesignerView.

Seguridad de .NET Framework

Vea también

Referencia

DesignerView Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

AdornerPanel

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos