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.

Playback::GetCoreTechnologyManager Method (String^)

 

Gets the core technology manager for the given technology.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
static UITechnologyManager^ GetCoreTechnologyManager(
	String^ technologyName
)

Parameters

technologyName
Type: System::String^

The name of the required technology manager.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyManager^

The technology manager for the specified technology.

Return to top
Show: