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 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: 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.
.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.