Condividi tramite


CoreFrameworkInputView.GetForUIContext(UIContext) Metodo

Definizione

Ottiene un oggetto CoreFrameworkInputView associato alla visualizzazione con l'identificatore di contesto specificato.

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

Parametri

context
UIContext

Identificatore di contesto della visualizzazione per cui ottenere CoreFrameworkInputView.

Restituisce

CoreFrameworkInputView per l'identificatore di contesto specificato.

Commenti

Questo metodo ha esito negativo se viene chiamato in un thread senza finestra.

Si applica a