BaseDocData.IVsFileChangeEvents.FilesChanged Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Private Function FilesChanged ( _
cChanges As UInteger, _
rgpszFile As String(), _
rggrfChange As UInteger() _
) As Integer Implements IVsFileChangeEvents.FilesChanged
'Usage
Dim instance As BaseDocData
Dim cChanges As UInteger
Dim rgpszFile As String()
Dim rggrfChange As UInteger()
Dim returnValue As Integer
returnValue = CType(instance, IVsFileChangeEvents).FilesChanged(cChanges, _
rgpszFile, rggrfChange)
int IVsFileChangeEvents.FilesChanged(
uint cChanges,
string[] rgpszFile,
uint[] rggrfChange
)
private:
virtual int FilesChanged(
unsigned int cChanges,
array<String^>^ rgpszFile,
array<unsigned int>^ rggrfChange
) sealed = IVsFileChangeEvents::FilesChanged
JScript does not support explicit interface implementations.
private abstract FilesChanged :
cChanges:uint32 *
rgpszFile:string[] *
rggrfChange:uint32[] -> int
private override FilesChanged :
cChanges:uint32 *
rgpszFile:string[] *
rggrfChange:uint32[] -> int
Parameters
- cChanges
Type: System.UInt32
- rgpszFile
Type: array<System.String[]
- rggrfChange
Type: array<System.UInt32[]
Return Value
Type: System.Int32
Implements
IVsFileChangeEvents.FilesChanged(UInt32, array<String[], array<UInt32[])
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace