Sdílet prostřednictvím


OwnerAttribute – konstruktor

Inicializuje novou instanci OwnerAttribute třídy, která používá jméno vlastníka.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    owner As String _
)
public OwnerAttribute(
    string owner
)
public:
OwnerAttribute(
    String^ owner
)
new : 
        owner:string -> OwnerAttribute
public function OwnerAttribute(
    owner : String
)

Parametry

  • owner
    Typ: String

    Vlastník test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

OwnerAttribute Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů