Evento _dispWindowEvents_Event.WindowCreated
Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.
Microsoft somente uso interno.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE. dll)
Sintaxe
Event WindowCreated As _dispWindowEvents_WindowCreatedEventHandler
Dim instance As _dispWindowEvents_Event
Dim handler As _dispWindowEvents_WindowCreatedEventHandler
AddHandler instance.WindowCreated, handler
event _dispWindowEvents_WindowCreatedEventHandler WindowCreated
event _dispWindowEvents_WindowCreatedEventHandler^ WindowCreated {
void add (_dispWindowEvents_WindowCreatedEventHandler^ value);
void remove (_dispWindowEvents_WindowCreatedEventHandler^ value);
}
O JScript não oferece suporte a eventos.
Permissões
- Confiar total para o chamador imediato. Este membro não pode ser usado pelo código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de códigos parcialmente Confiável.
Consulte também
Referência
_dispWindowEvents_Event Interface