SilverlightTestPlugin.GetControlSupportLevel 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

此成员重写 UITechnologyManager.GetControlSupportLevel(IntPtr)

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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

参数

返回值

类型:System.Int32
返回 Int32

实现

IUITechnologyManager.GetControlSupportLevel(IntPtr)

.NET Framework 安全性

请参见

参考

SilverlightTestPlugin 类

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空间