FocusManager.GetFocusedElement 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetFocusedElement() |
擷取UI中具有焦點的專案。 |
GetFocusedElement(XamlRoot) |
擷取 XAML island 容器內的焦點專案。 |
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 island 容器內的焦點專案。
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 類別。
- 屬性