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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.