IVsIntellisenseOptions Interface
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("592346B2-C79C-4D3F-885A-3DA61899EE4B")> _
Public Interface IVsIntellisenseOptions
‘사용 방법
Dim instance As 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