IVsMacroRecorder 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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("04BBF6A5-4697-11D2-890E-0060083196C6")> _
Public Interface IVsMacroRecorder
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("04BBF6A5-4697-11D2-890E-0060083196C6")]
public interface IVsMacroRecorder
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"04BBF6A5-4697-11D2-890E-0060083196C6")]
public interface class IVsMacroRecorder
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("04BBF6A5-4697-11D2-890E-0060083196C6")>]
type IVsMacroRecorder =  interface end
public interface IVsMacroRecorder

The IVsMacroRecorder type exposes the following members.

Methods

  Name Description
Public method AddTypeLibRef Obsolete method. Do not use.
Public method ExecuteLine Obsolete method. Do not use.
Public method GetCodeEmittedFlag Obsolete method. Do not use.
Public method GetKeyWord Obsolete method. Do not use.
Public method GetLastEmitterId Obsolete method. Do not use.
Public method GetRecordMode Obsolete method. Do not use.
Public method GetStringLiteralExpression Obsolete method. Do not use.
Public method IsValidIdentifier Obsolete method. Do not use.
Public method RecordCancel Obsolete method. Do not use.
Public method RecordEnd Obsolete method. Do not use.
Public method RecordLine Obsolete method. Do not use.
Public method RecordPause Obsolete method. Do not use.
Public method RecordResume Obsolete method. Do not use.
Public method RecordStart Obsolete method. Do not use.
Public method ReplaceLine Obsolete method. Do not use.
Public method SetCodeEmittedFlag Obsolete method. Do not use.
Public method SetRecordMode Obsolete method. Do not use.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace