SilverlightTestPlugin.ParseQueryId Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyManager.ParseQueryId(String, Object%).
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overrides Function ParseQueryId ( _
queryElement As String, _
<OutAttribute> ByRef parsedQueryIdCookie As Object _
) As String
public override string ParseQueryId(
string queryElement,
out Object parsedQueryIdCookie
)
public:
virtual String^ ParseQueryId(
String^ queryElement,
[OutAttribute] Object^% parsedQueryIdCookie
) override
abstract ParseQueryId :
queryElement:string *
parsedQueryIdCookie:Object byref -> string
override ParseQueryId :
queryElement:string *
parsedQueryIdCookie:Object byref -> string
public override function ParseQueryId(
queryElement : String,
parsedQueryIdCookie : Object
) : String
Parameters
- queryElement
Type: System.String
- parsedQueryIdCookie
Type: System.Object%
Return Value
Type: System.String
Returns String.
Implements
IUITechnologyManager.ParseQueryId(String, Object%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace