IVsTrackProjectDocuments3::HandsOnFiles Method (Int32, array<String^>^)
Visual Studio 2015
Indicates that a project is done manipulating the specified files.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- cFiles
-
Type:
System::Int32
[in] Number of file names given in the rgpszMkDocuments array.
- rgpszMkDocuments
-
Type:
array<System::String^>^
[in] An array of file names.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From ivstrackprojectdocumentsevents80.idl
HRESULT HandsOnFiles( [in] int cFiles, [in, size_is(cFiles)] const LPCOLESTR rgpszMkDocuments[] );
This method is called after the HandsOffFiles method and all operations on the files have been completed.
Note |
|---|
HandsOnFiles may be called with file names that no longer exist due to a rename or delete operation. |
Show:
