IVsVba Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
<GuidAttribute("A659F1B2-AD34-11D1-ABAD-0080C7B89C95")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsVba
'用途
Dim instance As IVsVba
[GuidAttribute("A659F1B2-AD34-11D1-ABAD-0080C7B89C95")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsVba
[GuidAttribute(L"A659F1B2-AD34-11D1-ABAD-0080C7B89C95")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsVba
[<GuidAttribute("A659F1B2-AD34-11D1-ABAD-0080C7B89C95")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsVba = interface end
public interface IVsVba