IUITestService.ConvertFrameworkElement 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 ConvertFrameworkElement ( _
    element As IAfxElement _
) As IAfxElement
'Usage
Dim instance As IUITestService
Dim element As IAfxElement
Dim returnValue As IAfxElement

returnValue = instance.ConvertFrameworkElement(element)
IAfxElement ConvertFrameworkElement(
    IAfxElement element
)
IAfxElement^ ConvertFrameworkElement(
    IAfxElement^ element
)
function ConvertFrameworkElement(
    element : IAfxElement
) : IAfxElement
abstract ConvertFrameworkElement : 
        element:IAfxElement -> IAfxElement 

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IUITestService Interface

IUITestService Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace