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)

property String^ FileName {
	String^ get();
}

Property Value

Type: System::String^

A string that contains the file path.

Return to top
Show: