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