Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IUITechnologyManager::ConvertToThisTechnology Method (IUITechnologyElement^, Int32)

 

Takes an element from another technology and returns an element that is compatible for the current technology, together with the level of support that it has for the converted element.

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

[DispIdAttribute(22)]
IUITechnologyElement^ ConvertToThisTechnology(
	IUITechnologyElement^ elementToConvert,
	[OutAttribute] int% supportLevel
)

Parameters

elementToConvert
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^

An IUITechnologyElement object.

supportLevel
Type: System::Int32

(Output) The support level of the provided element in the new technology.

Return to top
Show: