共用方式為


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
System_CAPS_pubmethod Close()

Terminates the launched IDE.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetState(Boolean, Boolean)

Gets the current state of the IDE.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Hide()

Hides the IDE.

System_CAPS_pubmethod Launch()

Launches the IDE without showing the user interface.

System_CAPS_pubmethod Show()

Shows the IDE.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent Closed

Occurs when the IDE is disconnected.

System_CAPS_pubevent Deactivated

Occurs when the IDE is deactivated.

System_CAPS_pubevent 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.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top