BasicDeferredLoadHandler.OnFileChanged Method

Does not do anything.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Sub OnFileChanged ( _
    grfChange As UInteger, _
    dwFileAttrs As UInteger _
)
'Usage
Dim instance As BasicDeferredLoadHandler
Dim grfChange As UInteger
Dim dwFileAttrs As UInteger

instance.OnFileChanged(grfChange, dwFileAttrs)
public void OnFileChanged(
    uint grfChange,
    uint dwFileAttrs
)
public:
virtual void OnFileChanged(
    unsigned int grfChange, 
    unsigned int dwFileAttrs
) sealed
public final function OnFileChanged(
    grfChange : uint, 
    dwFileAttrs : uint
)
abstract OnFileChanged : 
        grfChange:uint32 * 
        dwFileAttrs:uint32 -> unit 
override OnFileChanged : 
        grfChange:uint32 * 
        dwFileAttrs:uint32 -> unit 

Parameters

Implements

IVsTextBufferDataEvents.OnFileChanged(UInt32, UInt32)

.NET Framework Security

See Also

Reference

BasicDeferredLoadHandler Class

BasicDeferredLoadHandler Members

Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace