Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringThe 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.