Compartir a través de


CoreFrameworkInputView.GetForUIContext(UIContext) Método

Definición

Obtiene un objeto CoreFrameworkInputView asociado a la vista que tiene el identificador de contexto especificado.

public:
 static CoreFrameworkInputView ^ GetForUIContext(UIContext ^ context);
 static CoreFrameworkInputView GetForUIContext(UIContext const& context);
public static CoreFrameworkInputView GetForUIContext(UIContext context);
function getForUIContext(context)
Public Shared Function GetForUIContext (context As UIContext) As CoreFrameworkInputView

Parámetros

context
UIContext

Identificador de contexto de la vista para la que se va a obtener CoreFrameworkInputView.

Devoluciones

CoreFrameworkInputView para el identificador de contexto especificado.

Comentarios

Este método produce un error si se llama a en un subproceso sin ventanas.

Se aplica a