_dispProjectsEvents_ItemRenamedEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
À usage interne Microsoft uniquement.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public delegate void _dispProjectsEvents_ItemRenamedEventHandler(Project ^ Project, System::String ^ OldName);
public delegate void _dispProjectsEvents_ItemRenamedEventHandler(Project ^ Project, Platform::String ^ OldName);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _dispProjectsEvents_ItemRenamedEventHandler(Project Project, string OldName);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispProjectsEvents_ItemRenamedEventHandler = delegate of Project * string -> unit
Public Delegate Sub _dispProjectsEvents_ItemRenamedEventHandler(Project As Project, OldName As String)
Paramètres
- Project
- Project
- OldName
- String
- Attributs