IVsMacros Interface
Obsolete interface. Do not use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("55ED27C1-4CE7-11D2-890F-0060083196C6")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsMacros
[GuidAttribute("55ED27C1-4CE7-11D2-890F-0060083196C6")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMacros
[GuidAttribute(L"55ED27C1-4CE7-11D2-890F-0060083196C6")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsMacros
[<GuidAttribute("55ED27C1-4CE7-11D2-890F-0060083196C6")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMacros = interface end
public interface IVsMacros
The IVsMacros type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetMacroCommands | Obsolete method. Do not use. |
Top