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
- context
Tipo: Microsoft.Windows.Design.EditingContext
Contexto de edición del que se va a recuperar la vista del diseñador.
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
- 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)