IVsFreeThreadedFileChangeEvents.FilesChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int FilesChanged(System::UInt32 cChanges, cli::array <System::String ^> ^ rgpszFile, cli::array <System::UInt32> ^ rggrfChange);
public:
int FilesChanged(unsigned int cChanges, Platform::Array <Platform::String ^> ^ rgpszFile, Platform::Array <unsigned int> ^ rggrfChange);
int FilesChanged(unsigned int cChanges, std::Array <std::wstring const &> const & rgpszFile, std::Array <unsigned int> const & rggrfChange);
public int FilesChanged (uint cChanges, string[] rgpszFile, uint[] rggrfChange);
abstract member FilesChanged : uint32 * string[] * uint32[] -> int
Public Function FilesChanged (cChanges As UInteger, rgpszFile As String(), rggrfChange As UInteger()) As Integer
Parameters
- cChanges
- UInt32
- rgpszFile
- String[]
- rggrfChange
- UInt32[]