IVsVba Interface
Obsolete.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("A659F1B2-AD34-11D1-ABAD-0080C7B89C95")> _
Public Interface 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
The IVsVba type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetVbaUnk | Obsolete. | |
ShowVBA | Obsolete. |
Top