IVsIntellisenseProjectEventSink Interface

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("DFB5C0C2-817E-4A19-8C6D-E387FD68B50B")]
public interface IVsIntellisenseProjectEventSink

NameDescription
System_CAPS_pubmethodOnCodeFileChange(String, String)

Called when the source code file changes.

System_CAPS_pubmethodOnConfigChange()

Called when the configuration file changes.

System_CAPS_pubmethodOnReferenceChange(UInt32, String)

Called when a reference in the project changes.

System_CAPS_pubmethodOnStatusChange(UInt32)

Method called when the status of the project changes.

Return to top
Show: