IVsMacros Interface

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("55ED27C1-4CE7-11D2-890F-0060083196C6")> _
Public Interface IVsMacros
‘사용 방법
Dim instance As IVsMacros
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("55ED27C1-4CE7-11D2-890F-0060083196C6")]
public interface IVsMacros
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"55ED27C1-4CE7-11D2-890F-0060083196C6")]
public interface class IVsMacros
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("55ED27C1-4CE7-11D2-890F-0060083196C6")>]
type IVsMacros =  interface end
public interface IVsMacros

See Also

Reference

IVsMacros Members

Microsoft.VisualStudio.Shell.Interop Namespace