Compartir a través de


DesignerView.FromContext (Método)

Devuelve la vista de diseñador almacenada en el contexto 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 FromContext ( _
    context As EditingContext _
) As DesignerView
public static DesignerView FromContext(
    EditingContext context
)
public:
static DesignerView^ FromContext(
    EditingContext^ context
)
static member FromContext : 
        context:EditingContext -> DesignerView 
public static function FromContext(
    context : EditingContext
) : DesignerView

Parámetros

Valor devuelto

Tipo: Microsoft.Windows.Design.Interaction.DesignerView
DesignerView almacenado en context, o nullreferencia null (Nothing en Visual Basic) si una vista no existe.

Excepciones

Excepción Condición
ArgumentNullException

El valor de context es nullreferencia null (Nothing en Visual Basic).

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