Compartir a través de


DesignerView.GetDesignerView (Método)

Obtiene el valor de la propiedad adjunta DesignerView para el elemento especificado.

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

Sintaxis

'Declaración
Public Shared Function GetDesignerView ( _
    element As DependencyObject _
) As DesignerView
public static DesignerView GetDesignerView(
    DependencyObject element
)
public:
static DesignerView^ GetDesignerView(
    DependencyObject^ element
)
static member GetDesignerView : 
        element:DependencyObject -> DesignerView 
public static function GetDesignerView(
    element : DependencyObject
) : DesignerView

Parámetros

Valor devuelto

Tipo: Microsoft.Windows.Design.Interaction.DesignerView
Propiedad adjunta DesignerView de element.

Comentarios

Esta propiedad se establece en la instancia de DesignerView durante la construcción. Todos los elementos del árbol lógico heredan este valor.

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