_dispProjectItemsEvents_Event.add_ItemAdded (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
Sub add_ItemAdded ( _
A_1 As _dispProjectItemsEvents_ItemAddedEventHandler _
)
void add_ItemAdded(
_dispProjectItemsEvents_ItemAddedEventHandler A_1
)
void add_ItemAdded(
_dispProjectItemsEvents_ItemAddedEventHandler^ A_1
)
abstract add_ItemAdded :
A_1:_dispProjectItemsEvents_ItemAddedEventHandler -> unit
function add_ItemAdded(
A_1 : _dispProjectItemsEvents_ItemAddedEventHandler
)
Parámetros
A_1
Tipo: EnvDTE._dispProjectItemsEvents_ItemAddedEventHandlerControlador de eventos.
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.