IVsTrackProjectDocumentsEvents4.OnAfterRemoveFilesEx Method
Notifies the client after files are removed from the project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub OnAfterRemoveFilesEx ( _
cProjects As Integer, _
cFiles As Integer, _
rgpProjects As IVsProject(), _
rgFirstIndices As Integer(), _
rgpszMkDocuments As String(), _
rgFlags As UInteger() _
)
void OnAfterRemoveFilesEx(
int cProjects,
int cFiles,
IVsProject[] rgpProjects,
int[] rgFirstIndices,
string[] rgpszMkDocuments,
uint[] rgFlags
)
void OnAfterRemoveFilesEx(
[InAttribute] int cProjects,
[InAttribute] int cFiles,
[InAttribute] array<IVsProject^>^ rgpProjects,
[InAttribute] array<int>^ rgFirstIndices,
[InAttribute] array<String^>^ rgpszMkDocuments,
[InAttribute] array<unsigned int>^ rgFlags
)
abstract OnAfterRemoveFilesEx :
cProjects:int *
cFiles:int *
rgpProjects:IVsProject[] *
rgFirstIndices:int[] *
rgpszMkDocuments:string[] *
rgFlags:uint32[] -> unit
function OnAfterRemoveFilesEx(
cProjects : int,
cFiles : int,
rgpProjects : IVsProject[],
rgFirstIndices : int[],
rgpszMkDocuments : String[],
rgFlags : uint[]
)
Parameters
cProjects
Type: Int32[in] Number of projects from which files were removed.
cFiles
Type: Int32[in] Number of files removed.
rgpProjects
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsProject[][in, size_is(cProjects)] Array of projects from which files were removed.
rgFirstIndices
Type: array<Int32[][in, size_is(cProjects)] Array of first indices identifying to which project each file belongs. For more information, see IVsTrackProjectDocumentsEvents2.
rgpszMkDocuments
Type: array<String[][in, size_is(cFiles)] Array of paths for the files that were removed.
rgFlags
Type: array<UInt32[][in, size_is(cFiles)] Array of flags. For a list of rgFlags values, see __VSREMOVEFILEFLAGS2.
.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.