Propriedade TestElement.Owner
Obtém ou define o nome do proprietário deste elemento de teste.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")> _
Public Overridable Property Owner As String
Get
Set
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
public virtual string Owner { get; set; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
public:
virtual property String^ Owner {
String^ get ();
void set (String^ value);
}
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
abstract Owner : string with get, set
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
override Owner : string with get, set
function get Owner () : String
function set Owner (value : String)
Valor de propriedade
Tipo: System.String
O nome do proprietário deste elemento de teste.
Implementações
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.