Share via


StackFrame2.FileName Property

Gets the complete file path to the source file that contains this stack frame. A read-only property.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

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

Property Value

Type: System.String
A string that contains the file path.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

EnvDTE90a Namespace