IVsIntellisenseProject Interface
Visual Studio 2005
Provides IntelliSense support for a project. Used with IVsIntellisenseProjectHost and intended for use with contained languages.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
[InterfaceTypeAttribute(1)] [GuidAttribute("3B83B579-4969-4E12-A964-11EC19CC1503")] public interface IVsIntellisenseProject
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("3B83B579-4969-4E12-A964-11EC19CC1503") */
public interface IVsIntellisenseProject
InterfaceTypeAttribute(1) GuidAttribute("3B83B579-4969-4E12-A964-11EC19CC1503") public interface IVsIntellisenseProject
For more information about contained languages, see Contained Languages.