Condividi tramite


Proprietà StackFrame2.FileName

Ottiene il percorso completo del file di origine che contiene questo stack frame. Proprietà di sola lettura.

Spazio dei nomi:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Sintassi

'Dichiarazione
ReadOnly Property FileName As String
string FileName { get; }
property String^ FileName {
    String^ get ();
}
abstract FileName : string with get
function get FileName () : String

Valore proprietà

Tipo: String
Stringa contenente il percorso del file.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StackFrame2 Interfaccia

Spazio dei nomi EnvDTE90a