Partager via


UITechnologyElementProxy, constructeur

Initialise l'élément de proxy avec le gestionnaire de technologie donné.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    technologyManager As UITechnologyManagerProxy, _
    coreTechnologyElement As IUITechnologyElement _
)
protected UITechnologyElementProxy(
    UITechnologyManagerProxy technologyManager,
    IUITechnologyElement coreTechnologyElement
)
protected:
UITechnologyElementProxy(
    UITechnologyManagerProxy^ technologyManager, 
    IUITechnologyElement^ coreTechnologyElement
)
new : 
        technologyManager:UITechnologyManagerProxy * 
        coreTechnologyElement:IUITechnologyElement -> UITechnologyElementProxy
protected function UITechnologyElementProxy(
    technologyManager : UITechnologyManagerProxy, 
    coreTechnologyElement : IUITechnologyElement
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyElementProxy Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms