Playback.GetNativeCoreTechnologyManager Method

Gets the native core technology manager for the given technology.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

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

Parameters

  • technologyName
    Type: String

    The name of the required technology manager.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyManager
The technology manager for the given technology.

.NET Framework Security

See Also

Reference

Playback Class

Microsoft.VisualStudio.TestTools.UITesting Namespace