IVsIntellisenseProject Interface
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("3B83B579-4969-4E12-A964-11EC19CC1503")> _
Public Interface IVsIntellisenseProject
'Usage
Dim instance As IVsIntellisenseProject
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("3B83B579-4969-4E12-A964-11EC19CC1503")]
public interface IVsIntellisenseProject
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"3B83B579-4969-4E12-A964-11EC19CC1503")]
public interface class IVsIntellisenseProject
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("3B83B579-4969-4E12-A964-11EC19CC1503")>]
type IVsIntellisenseProject = interface end
public interface IVsIntellisenseProject
The IVsIntellisenseProject type exposes the following members.
Methods
Top
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace