IVsIntellisenseProjectEventSink Interface

Definition

Defines the event functions for an Intellisense project. (IVsIntellisenseProject).

public interface class IVsIntellisenseProjectEventSink
public interface class IVsIntellisenseProjectEventSink
__interface IVsIntellisenseProjectEventSink
[System.Runtime.InteropServices.Guid("DFB5C0C2-817E-4A19-8C6D-E387FD68B50B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseProjectEventSink
[<System.Runtime.InteropServices.Guid("DFB5C0C2-817E-4A19-8C6D-E387FD68B50B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseProjectEventSink = interface
Public Interface IVsIntellisenseProjectEventSink
Attributes

Methods

OnCodeFileChange(String, String)

Called when the source code file changes.

OnConfigChange()

Called when the configuration file changes.

OnReferenceChange(UInt32, String)

Called when a reference in the project changes.

OnStatusChange(UInt32)

Method called when the status of the project changes.

Applies to