ITestElement.SourceFileName (Propiedad)

Obtiene la ruta de acceso y el nombre de archivo de la prueba que contiene este elemento.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Property SourceFileName As String
string SourceFileName { get; set; }
property String^ SourceFileName {
    String^ get ();
    void set (String^ value);
}
abstract SourceFileName : string with get, set
function get SourceFileName () : String
function set SourceFileName (value : String)

Valor de propiedad

Tipo: System.String
Ruta de acceso y nombre de archivo de la prueba que contiene este elemento.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)