DTE2.Mode Property
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 with get
function get Mode () : vsIDEMode
Property Value
Type: EnvDTE.vsIDEMode
A vsIDEMode value.
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.