Partager via


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

Voir aussi

Référence

UITechnologyManagerProxy Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms