Freigeben über


CoreFrameworkInputView.GetForUIContext(UIContext) Methode

Definition

Ruft ein CoreFrameworkInputView-Objekt ab, das der Ansicht mit dem angegebenen Kontextbezeichner zugeordnet ist.

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

Parameter

context
UIContext

Der Kontextbezeichner der Ansicht, für die coreFrameworkInputView abgerufen werden soll.

Gibt zurück

Eine CoreFrameworkInputView für den angegebenen Kontextbezeichner.

Hinweise

Diese Methode schlägt fehl, wenn sie in einem fensterlosen Thread aufgerufen wird.

Gilt für: