Partager via


SilverlightTestPlugin, classe

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Hiérarchie d'héritage

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
    Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.SilverlightTestPlugin

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (dans Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntaxe

'Déclaration
<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

Le type SilverlightTestPlugin expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SilverlightTestPlugin

Début

Propriétés

  Nom Description
Propriété publique TechnologyName (Substitue UITechnologyManager.TechnologyName.)

Début

Méthodes

  Nom Description
Méthode publique AddEventHandler (Substitue UITechnologyManager.AddEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify).)
Méthode publique AddGlobalEventHandler (Substitue UITechnologyManager.AddGlobalEventHandler(UITestEventType, IUITestEventNotify).)
Méthode publique CancelStep (Substitue UITechnologyManager.CancelStep().)
Méthode publique ConvertToThisTechnology (Substitue UITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%).)
Méthode publique Equals Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.)
Méthode protégée Finalize Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.)
Méthode publique GetChildren (Substitue UITechnologyManager.GetChildren(IUITechnologyElement, Object).)
Méthode publique GetControlSupportLevel (Substitue UITechnologyManager.GetControlSupportLevel(IntPtr).)
Méthode publique GetElementFromNativeElement (Substitue UITechnologyManager.GetElementFromNativeElement(Object).)
Méthode publique GetElementFromPoint (Substitue UITechnologyManager.GetElementFromPoint(Int32, Int32).)
Méthode publique GetElementFromWindowHandle (Substitue UITechnologyManager.GetElementFromWindowHandle(IntPtr).)
Méthode publique GetFocusedElement (Substitue UITechnologyManager.GetFocusedElement(IntPtr).)
Méthode publique GetHashCode Sert de fonction de hachage pour un type particulier. (Hérité de Object.)
Méthode publique GetLastInvocationInfo (Substitue UITechnologyManager.GetLastInvocationInfo().)
Méthode publique GetNextSibling (Substitue UITechnologyManager.GetNextSibling(IUITechnologyElement).)
Méthode publique GetParent (Substitue UITechnologyManager.GetParent(IUITechnologyElement).)
Méthode publique GetPreviousSibling (Substitue UITechnologyManager.GetPreviousSibling(IUITechnologyElement).)
Méthode publique GetSynchronizationWaiter (Substitue UITechnologyManager.GetSynchronizationWaiter(IUITechnologyElement, UITestEventType).)
Méthode publique GetTechnologyManagerProperty (Hérité de UITechnologyManager.)
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publique MatchElement (Substitue UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%).)
Méthode protégée MemberwiseClone Crée une copie superficielle de l'objet Object actif. (Hérité de Object.)
Méthode publique ParseQueryId (Substitue UITechnologyManager.ParseQueryId(String, Object%).)
Méthode publique ProcessMouseEnter (Substitue UITechnologyManager.ProcessMouseEnter(IntPtr).)
Méthode publique RemoveEventHandler (Substitue UITechnologyManager.RemoveEventHandler(IUITechnologyElement, UITestEventType, IUITestEventNotify).)
Méthode publique RemoveGlobalEventHandler (Substitue UITechnologyManager.RemoveGlobalEventHandler(UITestEventType, IUITestEventNotify).)
Méthode publique Search (Substitue UITechnologyManager.Search(Object, IUITechnologyElement, Int32).)
Méthode publique SetTechnologyManagerProperty (Hérité de UITechnologyManager.)
Méthode publique StartSession (Substitue UITechnologyManager.StartSession(Boolean).)
Méthode publique StopSession (Substitue UITechnologyManager.StopSession().)
Méthode publique ToString Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.)

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight, espace de noms