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.

UITechnologyManager::ConvertToThisTechnology Method (IUITechnologyElement^, Int32)

 

Takes an element from another technology and returns an element that is compatible for the current technology, along with the level of support 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)

public:
virtual IUITechnologyElement^ ConvertToThisTechnology(
	IUITechnologyElement^ elementToConvert,
	[OutAttribute] int% supportLevel
) abstract

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: