Método UITechnologyManagerProxy.MatchElement
Este membro substitui UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%).
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxe
'Declaração
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
Parâmetros
- parsedQueryIdCookie
Tipo: System.Object
- useEngine
Tipo: System.Boolean%
Valor de retorno
Tipo: System.Boolean
Implementações
IUITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.