Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Raised to determine whether files can be renamed in the project. Not used.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
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
)
Parameters
- pProject
Type: Microsoft.VisualStudio.Shell.Interop.IVsProject
The IVsProject affected.
- cFiles
Type: System.Int32
The number of files affected.
- rgszMkOldNames
Type: array<System.String[]
An array of the old paths of the files.
- rgszMkNewNames
Type: array<System.String[]
An array of the new paths of the files.
- rgFlags
Type: array<Microsoft.VisualStudio.Shell.Interop.VSQUERYRENAMEFILEFLAGS[]
An array of VSQUERYRENAMEFILEFLAGS.
- pSummaryResult
Type: array<Microsoft.VisualStudio.Shell.Interop.VSQUERYRENAMEFILERESULTS[]
An array of summary VSQUERYRENAMEFILERESULTS objects, which represent a summary of the yes/no values returned.
- rgResults
Type: array<Microsoft.VisualStudio.Shell.Interop.VSQUERYRENAMEFILERESULTS[]
An array of VSQUERYRENAMEFILERESULTS.
Return Value
Type: System.Int32
S_OK .
Implements
Remarks
This event is not used.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.