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
'Usage
Dim instance As StackFrame2 
Dim value As String 

value = instance.FileName
string FileName { get; }
property String^ FileName {
    String^ 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

StackFrame2 Members

EnvDTE90a Namespace