Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
AddTypeLibRef | Obsolete method. Do not use. |
![]() |
ExecuteLine | Obsolete method. Do not use. |
![]() |
GetCodeEmittedFlag | Obsolete method. Do not use. |
![]() |
GetKeyWord | Obsolete method. Do not use. |
![]() |
GetLastEmitterId | Obsolete method. Do not use. |
![]() |
GetRecordMode | Obsolete method. Do not use. |
![]() |
GetStringLiteralExpression | Obsolete method. Do not use. |
![]() |
IsValidIdentifier | Obsolete method. Do not use. |
![]() |
RecordCancel | Obsolete method. Do not use. |
![]() |
RecordEnd | Obsolete method. Do not use. |
![]() |
RecordLine | Obsolete method. Do not use. |
![]() |
RecordPause | Obsolete method. Do not use. |
![]() |
RecordResume | Obsolete method. Do not use. |
![]() |
RecordStart | Obsolete method. Do not use. |
![]() |
ReplaceLine | Obsolete method. Do not use. |
![]() |
SetCodeEmittedFlag | Obsolete method. Do not use. |
![]() |
SetRecordMode | Obsolete method. Do not use. |
Top