Partilhar via


Propriedade ITestElement.ProjectRelativePath

Obtém o caminho relativo do projeto de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
ReadOnly Property ProjectRelativePath As String
    Get
string ProjectRelativePath { get; }
property String^ ProjectRelativePath {
    String^ get ();
}
abstract ProjectRelativePath : string
function get ProjectRelativePath () : String

Valor de propriedade

Tipo: System.String
O caminho relativo do projeto teste.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common