_dispProjectItemsEvents_ItemRenamedEventHandler (Delegado)
Actualización: noviembre 2007
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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispProjectItemsEvents_ItemRenamedEventHandler ( _
ProjectItem As ProjectItem, _
OldName As String _
)
Dim instance As New _dispProjectItemsEvents_ItemRenamedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRenamedEventHandler(
ProjectItem ProjectItem,
string OldName
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRenamedEventHandler(
[InAttribute] ProjectItem^ ProjectItem,
[InAttribute] String^ OldName
)
JScript no admite delegados.
Parámetros
ProjectItem
Tipo: EnvDTE.ProjectItem
OldName
Tipo: System.String