此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
继承层次结构
System.Object
  Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
    Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.SilverlightTestPlugin
命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)
语法
声明
<GuidAttribute("ACADA0F0-211E-4ad3-ACF3-54B4502C73B8")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class SilverlightTestPlugin _
    Inherits UITechnologyManager
[GuidAttribute("ACADA0F0-211E-4ad3-ACF3-54B4502C73B8")]
[ComVisibleAttribute(true)]
public sealed class SilverlightTestPlugin : UITechnologyManager
[GuidAttribute(L"ACADA0F0-211E-4ad3-ACF3-54B4502C73B8")]
[ComVisibleAttribute(true)]
public ref class SilverlightTestPlugin sealed : public UITechnologyManager
[<Sealed>]
[<GuidAttribute("ACADA0F0-211E-4ad3-ACF3-54B4502C73B8")>]
[<ComVisibleAttribute(true)>]
type SilverlightTestPlugin =  
    class
        inherit UITechnologyManager
    end
public final class SilverlightTestPlugin extends UITechnologyManager
SilverlightTestPlugin 类型公开以下成员。
构造函数
页首
属性
页首
方法
| .gif) | AddEventHandler | (重写 UITechnologyManager.AddEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify)。) | 
| .gif) | AddGlobalEventHandler | (重写 UITechnologyManager.AddGlobalEventHandler(UITestEventType, IUITestEventNotify)。) | 
| .gif) | CancelStep | (重写 UITechnologyManager.CancelStep()。) | 
| .gif) | ConvertToThisTechnology | (重写 UITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%)。) | 
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | 
| .gif) | GetChildren | (重写 UITechnologyManager.GetChildren(IUITechnologyElement, Object)。) | 
| .gif) | GetControlSupportLevel | (重写 UITechnologyManager.GetControlSupportLevel(IntPtr)。) | 
| .gif) | GetElementFromNativeElement | (重写 UITechnologyManager.GetElementFromNativeElement(Object)。) | 
| .gif) | GetElementFromPoint | (重写 UITechnologyManager.GetElementFromPoint(Int32, Int32)。) | 
| .gif) | GetElementFromWindowHandle | (重写 UITechnologyManager.GetElementFromWindowHandle(IntPtr)。) | 
| .gif) | GetFocusedElement | (重写 UITechnologyManager.GetFocusedElement(IntPtr)。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetLastInvocationInfo | (重写 UITechnologyManager.GetLastInvocationInfo()。) | 
| .gif) | GetNextSibling | (重写 UITechnologyManager.GetNextSibling(IUITechnologyElement)。) | 
| .gif) | GetParent | (重写 UITechnologyManager.GetParent(IUITechnologyElement)。) | 
| .gif) | GetPreviousSibling | (重写 UITechnologyManager.GetPreviousSibling(IUITechnologyElement)。) | 
| .gif) | GetSynchronizationWaiter | (重写 UITechnologyManager.GetSynchronizationWaiter(IUITechnologyElement, UITestEventType)。) | 
| .gif) | GetTechnologyManagerProperty | (继承自 UITechnologyManager。) | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | MatchElement | (重写 UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%)。) | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | ParseQueryId | (重写 UITechnologyManager.ParseQueryId(String, Object%)。) | 
| .gif) | ProcessMouseEnter | (重写 UITechnologyManager.ProcessMouseEnter(IntPtr)。) | 
| .gif) | RemoveEventHandler | (重写 UITechnologyManager.RemoveEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify)。) | 
| .gif) | RemoveGlobalEventHandler | (重写 UITechnologyManager.RemoveGlobalEventHandler(UITestEventType, IUITestEventNotify)。) | 
| .gif) | Search | (重写 UITechnologyManager.Search(Object, IUITechnologyElement, Int32)。) | 
| .gif) | SetTechnologyManagerProperty | (继承自 UITechnologyManager。) | 
| .gif) | StartSession | (重写 UITechnologyManager.StartSession(Boolean)。) | 
| .gif) | StopSession | (重写 UITechnologyManager.StopSession()。) | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空间