CoreFrameworkInputView.GetForUIContext(UIContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un objet CoreFrameworkInputView associé à la vue ayant l’identificateur de contexte spécifié.
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
Paramètres
- context
- UIContext
Identificateur de contexte de la vue pour laquelle obtenir coreFrameworkInputView.
Retours
CoreFrameworkInputView pour l’identificateur de contexte spécifié.
Remarques
Cette méthode échoue si elle est appelée dans un thread sans fenêtre.