Playback.GetCoreTechnologyManager, méthode
Obtient le gestionnaire de technologie principal pour la technologie donnée.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
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
Paramètres
- technologyName
Type : System.String
Nom du gestionnaire de technologie requis.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
Gestionnaire de technologie pour la technologie spécifiée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.