IAfxElement.GetScrollElementQueryId 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
Function GetScrollElementQueryId ( _
    scrollId As ScrollElement _
) As String
'Usage
Dim instance As IAfxElement
Dim scrollId As ScrollElement
Dim returnValue As String

returnValue = instance.GetScrollElementQueryId(scrollId)
string GetScrollElementQueryId(
    ScrollElement scrollId
)
String^ GetScrollElementQueryId(
    ScrollElement scrollId
)
function GetScrollElementQueryId(
    scrollId : ScrollElement
) : String
abstract GetScrollElementQueryId : 
        scrollId:ScrollElement -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IAfxElement Interface

IAfxElement Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace