HtmlAreaHyperlink-Konstruktor (UITestControl)
Initialisiert eine neue Instanz der HtmlAreaHyperlink-Klasse mithilfe des bereitgestellten übergeordneten Steuerelements.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Sub New ( _
parent As UITestControl _
)
public HtmlAreaHyperlink(
UITestControl parent
)
public:
HtmlAreaHyperlink(
UITestControl^ parent
)
new :
parent:UITestControl -> HtmlAreaHyperlink
public function HtmlAreaHyperlink(
parent : UITestControl
)
Parameter
- parent
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Das UITestControl, das dieses Steuerelement enthält.
.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.
Siehe auch
Referenz
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace