IVsFreeThreadedFileChangeEvents2.DirectoryChangedEx2 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 DirectoryChangedEx2(System::String ^ pszDirectory, System::UInt32 cChanges, cli::array <System::String ^> ^ rgpszFile, cli::array <System::UInt32> ^ rggrfChange);
public int DirectoryChangedEx2 (string pszDirectory, uint cChanges, string[] rgpszFile, uint[] rggrfChange);
abstract member DirectoryChangedEx2 : string * uint32 * string[] * uint32[] -> int
Public Function DirectoryChangedEx2 (pszDirectory As String, cChanges As UInteger, rgpszFile As String(), rggrfChange As UInteger()) As Integer
Parameters
- pszDirectory
- String
- cChanges
- UInt32
- rgpszFile
- String[]
- rggrfChange
- UInt32[]