Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the module name for this stack frame. A module is a group of functions.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property Module As String
string Module { get; }
property String^ Module {
String^ get ();
}
abstract Module : string with get
function get Module () : String
Property Value
Type: System.String
A string representing a module name for this stack frame.
Remarks
See Module.
.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.