FocusManager.GetFocusedElement 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetFocusedElement() |
检索 UI 中具有焦点的元素。 |
GetFocusedElement(XamlRoot) |
检索 XAML 岛容器中的焦点元素。 |
GetFocusedElement()
检索 UI 中具有焦点的元素。
public:
static Platform::Object ^ GetFocusedElement();
/// [Windows.Foundation.Metadata.Overload("GetFocusedElement")]
static IInspectable GetFocusedElement();
[Windows.Foundation.Metadata.Overload("GetFocusedElement")]
public static object GetFocusedElement();
function getFocusedElement()
Public Shared Function GetFocusedElement () As Object
返回
具有焦点的对象。 通常,这是 一个 Control 类。
- 属性
适用于
GetFocusedElement(XamlRoot)
检索 XAML 岛容器中的焦点元素。
public:
static Platform::Object ^ GetFocusedElement(XamlRoot ^ xamlRoot);
/// [Windows.Foundation.Metadata.Overload("GetFocusedElementWithRoot")]
static IInspectable GetFocusedElement(XamlRoot const& xamlRoot);
[Windows.Foundation.Metadata.Overload("GetFocusedElementWithRoot")]
public static object GetFocusedElement(XamlRoot xamlRoot);
function getFocusedElement(xamlRoot)
Public Shared Function GetFocusedElement (xamlRoot As XamlRoot) As Object
参数
- xamlRoot
- XamlRoot
返回
具有焦点的对象。 通常,这是 一个 Control 类。
- 属性