Ide Class
Controls the launch and visibility of the IDE.
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Terminates the launched IDE. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetState(Boolean, Boolean) | Gets the current state of the IDE. |
![]() | GetType() | (Inherited from Object.) |
![]() | Hide() | Hides the IDE. |
![]() | Launch() | Launches the IDE without showing the user interface. |
![]() | Show() | Shows the IDE. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Closed | Occurs when the IDE is disconnected. |
![]() | Deactivated | Occurs when the IDE is deactivated. |
![]() | LostFocus | Occurs when the IDE loses focus. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

