CoreFrameworkInputView.GetForUIContext(UIContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与具有指定上下文标识符的视图关联的 CoreFrameworkInputView 对象。
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
参数
- context
- UIContext
要获取 其 CoreFrameworkInputView 的视图的上下文标识符。
返回
指定上下文标识符的 CoreFrameworkInputView 。
注解
如果在无窗口线程中调用此方法,则此方法失败。