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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.Interaction (Espacio de nombres)