DocData.FilesChanged(UInt32, String[], UInt32[]) 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.
Notifies clients of changes made to one or more files.
public:
virtual int FilesChanged(System::UInt32 count, cli::array <System::String ^> ^ files, cli::array <System::UInt32> ^ changes);
public int FilesChanged (uint count, string[] files, uint[] changes);
abstract member FilesChanged : uint32 * string[] * uint32[] -> int
override this.FilesChanged : uint32 * string[] * uint32[] -> int
Public Function FilesChanged (count As UInteger, files As String(), changes As UInteger()) As Integer
Parameters
- count
- UInt32
Number of files that have changed.
- files
- String[]
An array containing the changed files.
- changes
- UInt32[]
An array containing the change to each file.