OutputWindowPane.Activate Method

Moves the focus to the current item.

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

Syntax

'Declaration
Sub Activate
'Usage
Dim instance As OutputWindowPane

instance.Activate()
void Activate()
void Activate()
function Activate()

Remarks

When Activate is invoked, it is as if the user clicked the item, but no click event occurs.

.NET Framework Security

See Also

Reference

OutputWindowPane Interface

OutputWindowPane Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples