Condividi tramite


Proprietà ITestElement.SourceFileName

Ottiene il percorso e il nome del test contenente l'elemento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Il percorso e il nome del test contenente l'elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common