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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.