Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: StringThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.