CommandWindow Interface

 

Represents the Command window in the environment.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("509B9955-7303-48C9-90D4-E165B974E6BA")]
public interface class CommandWindow

NameDescription
System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a given object.

System_CAPS_pubpropertyTextDocument

Gets the TextDocument for the window or pane.

NameDescription
System_CAPS_pubmethodClear()

Clears all text from the window.

System_CAPS_pubmethodOutputString(String^)

Sends a text string to the Command window.

System_CAPS_pubmethodSendInput(String^, Boolean)

Sends a line of input to the Command window that is processed as if you typed it.

Reference this object by using DTE.Windows.Item(vsWindowKindCommand).Object.

No code example is currently available or this language may not be supported.
Return to top
Show: