StackFrame::Module Property

 

Gets the module name for this stack frame. A module is a group of functions.

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

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

Property Value

Type: System::String^

A string that represents a module name for this stack frame.

The following example demonstrates how to use the Module property.

No code example is currently available or this language may not be supported.
Return to top
Show: