IUITestService.UpdateQueryIdForTopLevelElement Method

[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
Sub UpdateQueryIdForTopLevelElement ( _
    element As IAfxElement _
)
'Usage
Dim instance As IUITestService
Dim element As IAfxElement

instance.UpdateQueryIdForTopLevelElement(element)
void UpdateQueryIdForTopLevelElement(
    IAfxElement element
)
void UpdateQueryIdForTopLevelElement(
    IAfxElement^ element
)
function UpdateQueryIdForTopLevelElement(
    element : IAfxElement
)
abstract UpdateQueryIdForTopLevelElement : 
        element:IAfxElement -> unit 

Parameters

.NET Framework Security

See Also

Reference

IUITestService Interface

IUITestService Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace