IVsCommandWindowCompletion Interface
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")> _
Public Interface IVsCommandWindowCompletion
'使用
Dim instance As IVsCommandWindowCompletion
[InterfaceTypeAttribute()]
[GuidAttribute("34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")]
public interface IVsCommandWindowCompletion
[InterfaceTypeAttribute()]
[GuidAttribute(L"34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")]
public interface class IVsCommandWindowCompletion
[<InterfaceTypeAttribute()>]
[<GuidAttribute("34896BBB-A3D5-4C80-BCCE-E9271BEEDC11")>]
type IVsCommandWindowCompletion = interface end
public interface IVsCommandWindowCompletion