DTEClass.Mode Property

Definition

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

Applies to