VsIntellisenseCompletor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to create and display a completor window.
public interface class VsIntellisenseCompletor : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor
public interface class VsIntellisenseCompletor : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor
__interface VsIntellisenseCompletor : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))]
[System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface VsIntellisenseCompletor : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseCompletor
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))]
[System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsIntellisenseCompletor : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseCompletor
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))>]
[<System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type VsIntellisenseCompletor = interface
interface IVsIntellisenseCompletor
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))>]
[<System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsIntellisenseCompletor = interface
interface IVsIntellisenseCompletor
interface IOleCommandTarget
Public Interface VsIntellisenseCompletor
Implements IVsIntellisenseCompletor
- Derived
- Attributes
- Implements