UITechnologyManager.GetFocusedElement 方法
傳回目前具有焦點之項目的視窗指標。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Public MustOverride Function GetFocusedElement ( _
handle As IntPtr _
) As IUITechnologyElement
public abstract IUITechnologyElement GetFocusedElement(
IntPtr handle
)
public:
virtual IUITechnologyElement^ GetFocusedElement(
IntPtr handle
) abstract
abstract GetFocusedElement :
handle:IntPtr -> IUITechnologyElement
public abstract function GetFocusedElement(
handle : IntPtr
) : IUITechnologyElement
參數
- handle
型別:System.IntPtr
具有焦點之視窗的 IntPtr。
傳回值
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
具有焦點的項目;如果沒有項目具有焦點則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。
實作
IUITechnologyManager.GetFocusedElement(IntPtr)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。