InputPane.GetForCurrentView 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static InputPane ^ GetForCurrentView();
static InputPane GetForCurrentView();
public static InputPane GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As InputPane
返回
输入窗格。
注解
此方法是获取输入窗格对象的唯一方法;不能使用 new 运算符获取新的输入窗格对象。