Compartilhar via


FlavoredProject.IVsTrackProjectDocumentsEvents2.OnAfterRemoveFiles Method

Raised after files have been removed from the project.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaração
Private Function OnAfterRemoveFiles ( _
    cProjects As Integer, _
    cFiles As Integer, _
    rgpProjects As IVsProject(), _
    rgFirstIndices As Integer(), _
    rgpszMkDocuments As String(), _
    rgFlags As VSREMOVEFILEFLAGS() _
) As Integer Implements IVsTrackProjectDocumentsEvents2.OnAfterRemoveFiles
int IVsTrackProjectDocumentsEvents2.OnAfterRemoveFiles(
    int cProjects,
    int cFiles,
    IVsProject[] rgpProjects,
    int[] rgFirstIndices,
    string[] rgpszMkDocuments,
    VSREMOVEFILEFLAGS[] rgFlags
)

Parameters

  • cProjects
    Type: System.Int32
    The number of projects in the rgpProjects array.
  • cFiles
    Type: System.Int32
    The number of files that were affected.
  • rgFirstIndices
    Type: array<System.Int32[]
    An array of indices of the files that were affected.
  • rgpszMkDocuments
    Type: array<System.String[]
    An array of paths of the files that were affected.

Return Value

Type: System.Int32
S_OK .

Implements

IVsTrackProjectDocumentsEvents2.OnAfterRemoveFiles(Int32, Int32, array<IVsProject[], array<Int32[], array<String[], array<VSREMOVEFILEFLAGS[])

Remarks

Events are filtered so that they report only those related to this project. This is not required for flavoring, but it simplifies the work the derived classes have to do when subscribing to these events.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace