_dispOutputWindowEvents_SinkHelper.PaneClearing Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Sub PaneClearing ( _
A_1 As OutputWindowPane _
)
public virtual void PaneClearing(
OutputWindowPane A_1
)
public:
virtual void PaneClearing(
OutputWindowPane^ A_1
)
abstract PaneClearing :
A_1:OutputWindowPane -> unit
override PaneClearing :
A_1:OutputWindowPane -> unit
public function PaneClearing(
A_1 : OutputWindowPane
)
Parameters
A_1
Type: EnvDTE.OutputWindowPane
Implements
_dispOutputWindowEvents.PaneClearing(OutputWindowPane)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.