TestElement.Owner Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den Namen des Besitzers dieses Test Elements ab oder legt diesen fest.
public:
virtual property System::String ^ Owner { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[System.ComponentModel.DefaultValue("")]
public virtual string Owner { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<System.ComponentModel.DefaultValue("")>]
member this.Owner : string with get, set
Public Overridable Property Owner As String
Eigenschaftswert
Der Name des Besitzers dieses Test Elements.
Implementiert
- Attribute