UITechnologyElementProxy-Konstruktor
Initialisiert das Proxyelement mit dem angegebenen Technologie-Manager.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
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
)
Parameter
- technologyManager
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy
Technologie-Manager des Proxyelements
- coreTechnologyElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.