_dispOutputWindowEvents_PaneClearingEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Somente para uso interno da Microsoft.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public delegate void _dispOutputWindowEvents_PaneClearingEventHandler(OutputWindowPane ^ pPane);
public delegate void _dispOutputWindowEvents_PaneClearingEventHandler(OutputWindowPane ^ pPane);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _dispOutputWindowEvents_PaneClearingEventHandler(OutputWindowPane pPane);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispOutputWindowEvents_PaneClearingEventHandler = delegate of OutputWindowPane -> unit
Public Delegate Sub _dispOutputWindowEvents_PaneClearingEventHandler(pPane As OutputWindowPane)
Parâmetros
- pPane
- OutputWindowPane
- Atributos