SilverlightContainer.QueryId Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyElement.QueryId.
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 ReadOnly Property QueryId As IQueryElement
Get
public override IQueryElement QueryId { get; }
public:
virtual property IQueryElement^ QueryId {
IQueryElement^ get () override;
}
abstract QueryId : IQueryElement
override QueryId : IQueryElement
override function get QueryId () : IQueryElement
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryElement
Returns IQueryElement.
Implements
.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