DTEClass.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information on this property, refer to Mode.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual property EnvDTE::vsIDEMode Mode { EnvDTE::vsIDEMode get(); };
public:
virtual property EnvDTE::vsIDEMode Mode { EnvDTE::vsIDEMode get(); };
[System.Runtime.InteropServices.DispId(230)]
public virtual EnvDTE.vsIDEMode Mode { [System.Runtime.InteropServices.DispId(230)] get; }
[<System.Runtime.InteropServices.DispId(230)>]
[<get: System.Runtime.InteropServices.DispId(230)>]
member this.Mode : EnvDTE.vsIDEMode
Public Overridable ReadOnly Property Mode As vsIDEMode
Property Value
The application mode.
Implements
- Attributes