IVsIntellisenseOptions Interface

Definition

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.

Applies to