CoreInputView.GetForUIContext(UIContext) 方法

定义

获取与具有指定上下文标识符的视图关联的 CoreInputView 对象。

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

参数

context
UIContext

要获取 其 CoreInputView 的视图的上下文标识符。

返回

指定上下文标识符的 CoreInputView

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

注解

如果在无窗口线程中调用此方法,则此方法失败。

适用于