UITestControl.QueryId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the queryId of this UITestControl.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property QueryId As String
    Get
'Usage
Dim instance As UITestControl
Dim value As String

value = instance.QueryId
public string QueryId { get; }
public:
property String^ QueryId {
    String^ get ();
}
function get QueryId () : String
member QueryId : string

Property Value

Type: System.String
The queryId of this UITestControl.

.NET Framework Security

See Also

Reference

UITestControl Class

UITestControl Members

Microsoft.VisualStudio.TestTools.UITesting Namespace