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)

System.Object
  Microsoft.VisualStudio.Tools.Applications.Ide

Public NotInheritable Class Ide

NameDescription
System_CAPS_pubmethodClose()

Terminates the launched IDE.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetState(Boolean, Boolean)

Gets the current state of the IDE.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHide()

Hides the IDE.

System_CAPS_pubmethodLaunch()

Launches the IDE without showing the user interface.

System_CAPS_pubmethodShow()

Shows the IDE.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventClosed

Occurs when the IDE is disconnected.

System_CAPS_pubeventDeactivated

Occurs when the IDE is deactivated.

System_CAPS_pubeventLostFocus

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.

Return to top

Community Additions

ADD
Show: