Compartilhar via


Propriedade ITestElement.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
ReadOnly Property SolutionName As String
    Get
string SolutionName { get; }
property String^ SolutionName {
    String^ get ();
}
abstract SolutionName : string
function get SolutionName () : String

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common