Sdílet prostřednictvím


TestElement.Owner – vlastnost

Získá nebo nastaví jméno vlastníka tohoto kontrolního prvku.

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

Syntaxe

'Deklarace
<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")> _
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
Public Overridable Property Owner As String
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public virtual string Owner { get; set; }
[UserVisiblePropertyAttribute(L"{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public:
virtual property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
abstract Owner : string with get, set
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
override Owner : string with get, set
function get Owner () : String 
function set Owner (value : String)

Hodnota vlastnosti

Typ: String
Jméno vlastníka tohoto prvku testu.

Implementuje

ITestElement.Owner

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestElement Třída

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