UITechnologyManagerProxy.GetControlSupportLevel 方法
取得這個技術管理員不支援層級項目在特定視窗。
架構會使用此函式為項目選取正確的技術管理員。
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
語法
'宣告
Public Overrides Function GetControlSupportLevel ( _
windowHandle As IntPtr _
) As Integer
public override int GetControlSupportLevel(
IntPtr windowHandle
)
public:
virtual int GetControlSupportLevel(
IntPtr windowHandle
) override
abstract GetControlSupportLevel :
windowHandle:IntPtr -> int
override GetControlSupportLevel :
windowHandle:IntPtr -> int
public override function GetControlSupportLevel(
windowHandle : IntPtr
) : int
參數
windowHandle
類型:IntPtr項目的視窗控制代碼。
傳回值
類型:Int32
表示支援層級的整數提供了項目此技術管理員。越高值越強調支援。
實作
IUITechnologyManager.GetControlSupportLevel(IntPtr)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。