DocData.FilesChanged Method

Notifies clients that one or more documents changed.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

public int FilesChanged(
    uint count,
    string[] files,
    uint[] changes
)

Parameters

  • count
    Type: System.UInt32
    The number of documents that changed.
  • files
    Type: array<System.String[]
    The list of documents that changed.
  • changes
    Type: array<System.UInt32[]
    The list of changes for each document.

Return Value

Type: System.Int32
S_OK if the method succeeds; otherwise, it returns an error code.

Implements

IVsFileChangeEvents.FilesChanged(UInt32, array<String[], array<UInt32[])

Remarks

This method implements the IVsFileChangeEvents interface.

.NET Framework Security

See Also

Reference

DocData Class

Microsoft.VisualStudio.Modeling.Shell Namespace