WindowEventsClass.add_WindowCreated (Método)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
Public Overridable Sub add_WindowCreated ( _
A_1 As _dispWindowEvents_WindowCreatedEventHandler _
)
public virtual void add_WindowCreated(
_dispWindowEvents_WindowCreatedEventHandler A_1
)
public:
virtual void add_WindowCreated(
_dispWindowEvents_WindowCreatedEventHandler^ A_1
)
abstract add_WindowCreated :
A_1:_dispWindowEvents_WindowCreatedEventHandler -> unit
override add_WindowCreated :
A_1:_dispWindowEvents_WindowCreatedEventHandler -> unit
public function add_WindowCreated(
A_1 : _dispWindowEvents_WindowCreatedEventHandler
)
Parámetros
- A_1
Tipo: EnvDTE._dispWindowEvents_WindowCreatedEventHandler
Controlador de eventos.
Implementaciones
_dispWindowEvents_Event.add_WindowCreated(_dispWindowEvents_WindowCreatedEventHandler)
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.