IAfxElement.QueryId Property

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

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
ReadOnly Property QueryId As IQueryElement
    Get
'Usage
Dim instance As IAfxElement
Dim value As IQueryElement

value = instance.QueryId
IQueryElement QueryId { get; }
property IQueryElement^ QueryId {
    IQueryElement^ get ();
}
function get QueryId () : IQueryElement
abstract QueryId : IQueryElement

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IQueryElement

.NET Framework Security

See Also

Reference

IAfxElement Interface

IAfxElement Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace