Partilhar via


Propriedade TestElement.ProjectName

Obtém o nome do projeto de teste que contém o 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("{E2EF333A-8029-4dbe-9BDE-434B1CF17A01}")> _
Public Overridable ReadOnly Property ProjectName As String
    Get
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{E2EF333A-8029-4dbe-9BDE-434B1CF17A01}")]
public virtual string ProjectName { get; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{E2EF333A-8029-4dbe-9BDE-434B1CF17A01}")]
public:
virtual property String^ ProjectName {
    String^ get ();
}
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{E2EF333A-8029-4dbe-9BDE-434B1CF17A01}")>]
abstract ProjectName : string
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{E2EF333A-8029-4dbe-9BDE-434B1CF17A01}")>]
override ProjectName : string
function get ProjectName () : String

Valor de propriedade

Tipo: System.String

Implementações

ITestElement.ProjectName

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common