Metodo FlavoredProject.IVsTrackProjectDocumentsEvents2.OnQueryRenameFiles

Generato per determinare se i file possono essere rinominati nel progetto.non utilizzato.

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function OnQueryRenameFiles ( _
    pProject As IVsProject, _
    cFiles As Integer, _
    rgszMkOldNames As String(), _
    rgszMkNewNames As String(), _
    rgFlags As VSQUERYRENAMEFILEFLAGS(), _
    pSummaryResult As VSQUERYRENAMEFILERESULTS(), _
    rgResults As VSQUERYRENAMEFILERESULTS() _
) As Integer Implements IVsTrackProjectDocumentsEvents2.OnQueryRenameFiles
int IVsTrackProjectDocumentsEvents2.OnQueryRenameFiles(
    IVsProject pProject,
    int cFiles,
    string[] rgszMkOldNames,
    string[] rgszMkNewNames,
    VSQUERYRENAMEFILEFLAGS[] rgFlags,
    VSQUERYRENAMEFILERESULTS[] pSummaryResult,
    VSQUERYRENAMEFILERESULTS[] rgResults
)

Parametri

  • rgszMkOldNames
    Tipo: array<System.String[]
    Una matrice di percorsi precedenti dei file.
  • rgszMkNewNames
    Tipo: array<System.String[]
    Una matrice di nuovi percorsi dei file.

Valore restituito

Tipo: System.Int32
S_OK .

Implementa

IVsTrackProjectDocumentsEvents2.OnQueryRenameFiles(IVsProject, Int32, array<String[], array<String[], array<VSQUERYRENAMEFILEFLAGS[], array<VSQUERYRENAMEFILERESULTS[], array<VSQUERYRENAMEFILERESULTS[])

Note

Questo evento non viene utilizzato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FlavoredProject Classe

Spazio dei nomi Microsoft.VisualStudio.Shell.Flavor