Metodo _dispWindowEvents_Event.add_WindowCreated
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Sub add_WindowCreated ( _
A_1 As _dispWindowEvents_WindowCreatedEventHandler _
)
void add_WindowCreated(
_dispWindowEvents_WindowCreatedEventHandler A_1
)
void add_WindowCreated(
_dispWindowEvents_WindowCreatedEventHandler^ A_1
)
abstract add_WindowCreated :
A_1:_dispWindowEvents_WindowCreatedEventHandler -> unit
function add_WindowCreated(
A_1 : _dispWindowEvents_WindowCreatedEventHandler
)
Parametri
- A_1
Tipo: EnvDTE._dispWindowEvents_WindowCreatedEventHandler
Il gestore eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.