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