DocData.FilesChanged(UInt32, String[], UInt32[]) Метод

Определение

Уведомляет клиентов об изменениях в одном или нескольких файлах.

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

Параметры

count
UInt32

Число измененных файлов.

files
String[]

Массив, содержащий измененные файлы.

changes
UInt32[]

Массив, содержащий изменение каждого файла.

Возвращаемое значение

Int32

Реализации

Применяется к