共用方式為


IUITechnologyManager.GetControlSupportLevel 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

傳回此技術管理員的信賴等級指示,指出它對以提供的控制代碼識別的控制項所能提供的支援性。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Function GetControlSupportLevel ( _
    windowHandle As IntPtr _
) As Integer
int GetControlSupportLevel(
    IntPtr windowHandle
)
int GetControlSupportLevel(
    IntPtr windowHandle
)
abstract GetControlSupportLevel : 
        windowHandle:IntPtr -> int 
function GetControlSupportLevel(
    windowHandle : IntPtr
) : int

參數

  • windowHandle
    型別:System.IntPtr
    特定項目的視窗控制代碼。

傳回值

型別:System.Int32
表示支援層級的 int。

.NET Framework 安全性

請參閱

參考

IUITechnologyManager 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

IntPtr