IVsIntellisenseOptions 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.
Provides manipulation of the completor size property.
public interface class IVsIntellisenseOptions
public interface class IVsIntellisenseOptions
__interface IVsIntellisenseOptions
[System.Runtime.InteropServices.Guid("592346B2-C79C-4D3F-885A-3DA61899EE4B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseOptions
[System.Runtime.InteropServices.Guid("592346B2-C79C-4D3F-885A-3DA61899EE4B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsIntellisenseOptions
[<System.Runtime.InteropServices.Guid("592346B2-C79C-4D3F-885A-3DA61899EE4B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseOptions = interface
[<System.Runtime.InteropServices.Guid("592346B2-C79C-4D3F-885A-3DA61899EE4B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsIntellisenseOptions = interface
Public Interface IVsIntellisenseOptions
- Attributes
Methods
GetCompletorSize(Int32) |
Gets the completor size property |
SetCompletorSize(Int32) |
Sets the completor size property. |