SilverlightTestPlugin Class

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

  Name Description
Public method SilverlightTestPlugin

Top

Properties

  Name Description
Public property TechnologyName (Overrides UITechnologyManager.TechnologyName.)

Top

Methods

  Name Description
Public method AddEventHandler (Overrides UITechnologyManager.AddEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify).)
Public method AddGlobalEventHandler (Overrides UITechnologyManager.AddGlobalEventHandler(UITestEventType, IUITestEventNotify).)
Public method CancelStep (Overrides UITechnologyManager.CancelStep().)
Public method ConvertToThisTechnology (Overrides UITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%).)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChildren (Overrides UITechnologyManager.GetChildren(IUITechnologyElement, Object).)
Public method GetControlSupportLevel (Overrides UITechnologyManager.GetControlSupportLevel(IntPtr).)
Public method GetElementFromNativeElement (Overrides UITechnologyManager.GetElementFromNativeElement(Object).)
Public method GetElementFromPoint (Overrides UITechnologyManager.GetElementFromPoint(Int32, Int32).)
Public method GetElementFromWindowHandle (Overrides UITechnologyManager.GetElementFromWindowHandle(IntPtr).)
Public method GetFocusedElement (Overrides UITechnologyManager.GetFocusedElement(IntPtr).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetLastInvocationInfo (Overrides UITechnologyManager.GetLastInvocationInfo().)
Public method GetNextSibling (Overrides UITechnologyManager.GetNextSibling(IUITechnologyElement).)
Public method GetParent (Overrides UITechnologyManager.GetParent(IUITechnologyElement).)
Public method GetPreviousSibling (Overrides UITechnologyManager.GetPreviousSibling(IUITechnologyElement).)
Public method GetSynchronizationWaiter (Overrides UITechnologyManager.GetSynchronizationWaiter(IUITechnologyElement, UITestEventType).)
Public method GetTechnologyManagerProperty (Inherited from UITechnologyManager.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method MatchElement (Overrides UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ParseQueryId (Overrides UITechnologyManager.ParseQueryId(String, Object%).)
Public method ProcessMouseEnter (Overrides UITechnologyManager.ProcessMouseEnter(IntPtr).)
Public method RemoveEventHandler (Overrides UITechnologyManager.RemoveEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify).)
Public method RemoveGlobalEventHandler (Overrides UITechnologyManager.RemoveGlobalEventHandler(UITestEventType, IUITestEventNotify).)
Public method Search (Overrides UITechnologyManager.Search(Object, IUITechnologyElement, Int32).)
Public method SetTechnologyManagerProperty (Inherited from UITechnologyManager.)
Public method StartSession (Overrides UITechnologyManager.StartSession(Boolean).)
Public method StopSession (Overrides UITechnologyManager.StopSession().)
Public method 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