IVsFreeThreadedFileChangeEvents.FilesChanged Method

Definition

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[]

Returns

Implements

Applies to