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

See Also

Reference

IVsVba Members

Microsoft.VisualStudio.Shell.Interop Namespace