Compartilhar via


Propriedade TestElement.SolutionName

Obtém o nome da solução 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
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")> _
<PropertyWindowAttribute> _
Public Overridable ReadOnly Property SolutionName As String
    Get
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[PropertyWindowAttribute]
public virtual string SolutionName { get; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{17471FB1-6BE0-4582-87AE-0154BF98656C}")]
[PropertyWindowAttribute]
public:
virtual property String^ SolutionName {
    String^ get ();
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<PropertyWindowAttribute>]
abstract SolutionName : string
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{17471FB1-6BE0-4582-87AE-0154BF98656C}")>]
[<PropertyWindowAttribute>]
override SolutionName : string
function get SolutionName () : String

Valor de propriedade

Tipo: System.String
O nome da solução que contém o elemento de teste.

Implementações

ITestElement.SolutionName

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common