This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.SilverlightTestPlugin
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
<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
The SilverlightTestPlugin type exposes the following members.
Constructors
Top
Properties
Top
Methods
.gif) |
AddEventHandler |
(Overrides UITechnologyManager.AddEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify).) |
.gif) |
AddGlobalEventHandler |
(Overrides UITechnologyManager.AddGlobalEventHandler(UITestEventType, IUITestEventNotify).) |
.gif) |
CancelStep |
(Overrides UITechnologyManager.CancelStep().) |
.gif) |
ConvertToThisTechnology |
(Overrides UITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%).) |
.gif) |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) |
GetChildren |
(Overrides UITechnologyManager.GetChildren(IUITechnologyElement, Object).) |
.gif) |
GetControlSupportLevel |
(Overrides UITechnologyManager.GetControlSupportLevel(IntPtr).) |
.gif) |
GetElementFromNativeElement |
(Overrides UITechnologyManager.GetElementFromNativeElement(Object).) |
.gif) |
GetElementFromPoint |
(Overrides UITechnologyManager.GetElementFromPoint(Int32, Int32).) |
.gif) |
GetElementFromWindowHandle |
(Overrides UITechnologyManager.GetElementFromWindowHandle(IntPtr).) |
.gif) |
GetFocusedElement |
(Overrides UITechnologyManager.GetFocusedElement(IntPtr).) |
.gif) |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) |
GetLastInvocationInfo |
(Overrides UITechnologyManager.GetLastInvocationInfo().) |
.gif) |
GetNextSibling |
(Overrides UITechnologyManager.GetNextSibling(IUITechnologyElement).) |
.gif) |
GetParent |
(Overrides UITechnologyManager.GetParent(IUITechnologyElement).) |
.gif) |
GetPreviousSibling |
(Overrides UITechnologyManager.GetPreviousSibling(IUITechnologyElement).) |
.gif) |
GetSynchronizationWaiter |
(Overrides UITechnologyManager.GetSynchronizationWaiter(IUITechnologyElement, UITestEventType).) |
.gif) |
GetTechnologyManagerProperty |
(Inherited from UITechnologyManager.) |
.gif) |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
.gif) |
MatchElement |
(Overrides UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%).) |
.gif) |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) |
ParseQueryId |
(Overrides UITechnologyManager.ParseQueryId(String, Object%).) |
.gif) |
ProcessMouseEnter |
(Overrides UITechnologyManager.ProcessMouseEnter(IntPtr).) |
.gif) |
RemoveEventHandler |
(Overrides UITechnologyManager.RemoveEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify).) |
.gif) |
RemoveGlobalEventHandler |
(Overrides UITechnologyManager.RemoveGlobalEventHandler(UITestEventType, IUITestEventNotify).) |
.gif) |
Search |
(Overrides UITechnologyManager.Search(Object, IUITechnologyElement, Int32).) |
.gif) |
SetTechnologyManagerProperty |
(Inherited from UITechnologyManager.) |
.gif) |
StartSession |
(Overrides UITechnologyManager.StartSession(Boolean).) |
.gif) |
StopSession |
(Overrides UITechnologyManager.StopSession().) |
.gif) |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace