Partager via


UITechnologyManagerProxy.MatchElement, méthode

Ce membre substitue UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%).

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.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 : Object
  • useEngine
    Type : Boolean%

Valeur de retour

Type : Boolean

Implémentations

IUITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%)

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyManagerProxy Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms