UITechnologyManagerProxy.MatchElement メソッド
このメンバーは UITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%) をオーバーライドします。
名前空間: Microsoft.VisualStudio.TestTools.UITesting
アセンブリ: Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll 内)
構文
'宣言
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
パラメーター
- parsedQueryIdCookie
型 : System.Object
- useEngine
型 : System.Boolean%
戻り値
型 : System.Boolean
実装
IUITechnologyManager.MatchElement(IUITechnologyElement, Object, Boolean%)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。