_dispVCProjectEngineEvents_ItemRenamedEventHandler (Delegado)
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: Microsoft.VisualStudio.VCProjectEngine
Ensamblado: Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVCProjectEngineEvents_ItemRenamedEventHandler ( _
Item As Object, _
ItemParent As Object, _
OldName As String _
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemRenamedEventHandler(
Object Item,
Object ItemParent,
string OldName
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemRenamedEventHandler(
[InAttribute] Object^ Item,
[InAttribute] Object^ ItemParent,
[InAttribute] String^ OldName
)
[<ComVisibleAttribute(false)>]
type _dispVCProjectEngineEvents_ItemRenamedEventHandler =
delegate of
Item:Object *
ItemParent:Object *
OldName:string -> unit
JScript no admite delegados.
Parámetros
- Item
Tipo: System.Object
Elemento cuyo nombre se ha cambiado.
- ItemParent
Tipo: System.Object
Primario del elemento.
- OldName
Tipo: System.String
Nombre anterior del elemento.