IVsOutputWindowPane.Activate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows and activates the Output window pane.
public:
int Activate();
public:
int Activate();
int Activate();
public int Activate ();
abstract member Activate : unit -> int
Public Function Activate () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Calling this method on an output window pane will not force the Output window itself to become visible if it is not visible already. If this output window pane was originally created as a hidden pane, calling this method makes it the selected and visible pane inside the Output window.