Condividi tramite


Metodo UITechnologyManagerProxy.MatchElement

Questo membro esegue l'override di UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%).

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

IUITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyManagerProxy Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting