Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides manipulation of the completor size property.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("592346B2-C79C-4D3F-885A-3DA61899EE4B")> _
Public Interface IVsIntellisenseOptions
[InterfaceTypeAttribute()]
[GuidAttribute("592346B2-C79C-4D3F-885A-3DA61899EE4B")]
public interface IVsIntellisenseOptions
[InterfaceTypeAttribute()]
[GuidAttribute(L"592346B2-C79C-4D3F-885A-3DA61899EE4B")]
public interface class IVsIntellisenseOptions
[<InterfaceTypeAttribute()>]
[<GuidAttribute("592346B2-C79C-4D3F-885A-3DA61899EE4B")>]
type IVsIntellisenseOptions = interface end
public interface IVsIntellisenseOptions
The IVsIntellisenseOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetCompletorSize | Gets the completor size property |
![]() |
SetCompletorSize | Sets the completor size property. |
Top