TestElement.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
<VisiblePropertyAttribute> _
Public Property SourceFileName As String
[VisiblePropertyAttribute]
public string SourceFileName { get; set; }
[VisiblePropertyAttribute]
public:
virtual property String^ SourceFileName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
[<VisiblePropertyAttribute>]
abstract SourceFileName : string with get, set
[<VisiblePropertyAttribute>]
override SourceFileName : string with get, set
final function get SourceFileName () : String
final 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.

Implementaciones

ITestElement.SourceFileName

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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