OutputWindowEventsClass Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

System::Object
  EnvDTE::OutputWindowEventsClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")]
public ref class OutputWindowEventsClass : _OutputWindowEvents, 
	OutputWindowEvents, _dispOutputWindowEvents_Event

NameDescription
System_CAPS_pubmethodOutputWindowEventsClass()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

NameDescription
System_CAPS_pubmethodadd_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodremove_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler^)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPaneAdded

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when a new Output window pane is created.

System_CAPS_pubeventPaneClearing

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when all text in an Output window pane is deleted.

System_CAPS_pubeventPaneUpdated

This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when new text is added to a pane in the Output window.

Refer to OutputWindowEvents for this functionality. Do not instantiate this class.

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
Show: