Ide Class
Controls the launch and visibility of the IDE.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.Ide
Syntax
public sealed class Ide
public ref class Ide sealed
[<Sealed>]
type Ide = class end
Public NotInheritable Class Ide
Methods
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.) |
Events
Name | Description | |
---|---|---|
Closed | Occurs when the IDE is disconnected. |
|
Deactivated | Occurs when the IDE is deactivated. |
|
LostFocus | Occurs when the IDE loses focus. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.