UITechnologyManagerProxy, constructeur
Initialise le proxy 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
Protected Sub New ( _
coreTechnologyName As String, _
extensionTechnologyName As String _
)
protected UITechnologyManagerProxy(
string coreTechnologyName,
string extensionTechnologyName
)
protected:
UITechnologyManagerProxy(
String^ coreTechnologyName,
String^ extensionTechnologyName
)
new :
coreTechnologyName:string *
extensionTechnologyName:string -> UITechnologyManagerProxy
protected function UITechnologyManagerProxy(
coreTechnologyName : String,
extensionTechnologyName : String
)
Paramètres
- coreTechnologyName
Type : System.String
Nom de la technologie sous-jacente.
- extensionTechnologyName
Type : System.String
Nom de technologie de l'extension.
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.