Partager via


FlavoredProject.IVsTrackProjectDocumentsEvents2.OnAfterRenameFiles, méthode

Déclenché après que des fichiers aient été déplacés ou renommés.

Espace de noms :  Microsoft.VisualStudio.Shell.Flavor
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Private Function OnAfterRenameFiles ( _
    cProjects As Integer, _
    cFiles As Integer, _
    rgpProjects As IVsProject(), _
    rgFirstIndices As Integer(), _
    rgszMkOldNames As String(), _
    rgszMkNewNames As String(), _
    rgFlags As VSRENAMEFILEFLAGS() _
) As Integer Implements IVsTrackProjectDocumentsEvents2.OnAfterRenameFiles
int IVsTrackProjectDocumentsEvents2.OnAfterRenameFiles(
    int cProjects,
    int cFiles,
    IVsProject[] rgpProjects,
    int[] rgFirstIndices,
    string[] rgszMkOldNames,
    string[] rgszMkNewNames,
    VSRENAMEFILEFLAGS[] rgFlags
)

Paramètres

  • cProjects
    Type : System.Int32
    Le nombre de projets dans la matrice d'rgpProjects. 
  • cFiles
    Type : System.Int32
    Le nombre de fichiers affectés.
  • rgFirstIndices
    Type : array<System.Int32[]
    Un tableau des index des fichiers.
  • rgszMkOldNames
    Type : array<System.String[]
    Une matrice des chemins d'accès anciens des fichiers.
  • rgszMkNewNames
    Type : array<System.String[]
    Une matrice de nouveaux chemins d'accès des fichiers.

Valeur de retour

Type : System.Int32
S_OK .

Implémentations

IVsTrackProjectDocumentsEvents2.OnAfterRenameFiles(Int32, Int32, array<IVsProject[], array<Int32[], array<String[], array<String[], array<VSRENAMEFILEFLAGS[])

Remarques

Des événements sont filtrés afin qu'ils stockent uniquement ceux mis en relation à ce projet.Cela n'est pas requis pour l'assaisonnement, mais il simplifie le travail que les classes dérivées doivent exécuter en abonnant à ces événements.

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProject Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms