Playback.GetCoreTechnologyManager Method

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)

Syntax

'Declaration
Public Shared Function GetCoreTechnologyManager ( _
    technologyName As String _
) As UITechnologyManager
public static UITechnologyManager GetCoreTechnologyManager(
    string technologyName
)
public:
static UITechnologyManager^ GetCoreTechnologyManager(
    String^ technologyName
)
static member GetCoreTechnologyManager : 
        technologyName:string -> UITechnologyManager
public static function GetCoreTechnologyManager(
    technologyName : String
) : UITechnologyManager

Parameters

  • technologyName
    Type: String

    The name of the required technology manager.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
The technology manager for the specified technology.

.NET Framework Security

See Also

Reference

Playback Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

UITechnologyManager