SilverlightTestPlugin.MatchElement, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Ce membre substitue UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%).
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
Public Overrides Function MatchElement ( _
element As IUITechnologyElement, _
parsedQueryIdCookie As Object, _
<OutAttribute> ByRef useEngine As Boolean _
) As Boolean
public override bool MatchElement(
IUITechnologyElement element,
Object parsedQueryIdCookie,
out bool useEngine
)
public:
virtual bool MatchElement(
IUITechnologyElement^ element,
Object^ parsedQueryIdCookie,
[OutAttribute] bool% useEngine
) override
abstract MatchElement :
element:IUITechnologyElement *
parsedQueryIdCookie:Object *
useEngine:bool byref -> bool
override MatchElement :
element:IUITechnologyElement *
parsedQueryIdCookie:Object *
useEngine:bool byref -> bool
public override function MatchElement(
element : IUITechnologyElement,
parsedQueryIdCookie : Object,
useEngine : boolean
) : boolean
Paramètres
- parsedQueryIdCookie
Type : System.Object
- useEngine
Type : System.Boolean%
Valeur de retour
Type : System.Boolean
Retourne Boolean.
Implémentations
IUITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight, espace de noms