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 mode of the development environment, either debug or design.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property Mode As vsIDEMode
vsIDEMode Mode { get; }
property vsIDEMode Mode {
vsIDEMode get ();
}
abstract Mode : vsIDEMode
function get Mode () : vsIDEMode
Property Value
Type: EnvDTE.vsIDEMode
A vsIDEMode value.
Implements
Examples
Sub ModeExample()
msgbox(dte2.Mode)
End Sub
.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.