_dispDTEEvents.ModeChanged(vsIDEMode) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void ModeChanged(EnvDTE::vsIDEMode LastMode);
public:
 void ModeChanged(EnvDTE::vsIDEMode LastMode);
void ModeChanged(EnvDTE::vsIDEMode LastMode);
[System.Runtime.InteropServices.DispId(3)]
public void ModeChanged (EnvDTE.vsIDEMode LastMode);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member ModeChanged : EnvDTE.vsIDEMode -> unit
Public Sub ModeChanged (LastMode As vsIDEMode)

Parameters

LastMode
vsIDEMode

The last mode.

Attributes

Applies to