Method | Description | |
---|---|---|
GetTimesPreviouslyRecorded ( LastMacro macro ) : uint | ||
IsLastRecordedMacro ( LastMacro macro ) : bool | ||
IsRecording ( ) : bool | ||
RecordBatchedLine ( LastMacro macroRecorded, string line ) : bool | ||
RecordBatchedLine ( LastMacro macroRecorded, string line, int maxLineLength ) : bool | ||
RecordLine ( string line ) : void | ||
Reset ( ) : void | ||
Stop ( ) : void | ||
VSMacroRecorder ( System.Guid emitter ) : System |
Method | Description | |
---|---|---|
ObjectIsLastMacroEmitter ( ) : bool |
public GetTimesPreviouslyRecorded ( LastMacro macro ) : uint | ||
macro | LastMacro | |
return | uint |
public IsLastRecordedMacro ( LastMacro macro ) : bool | ||
macro | LastMacro | |
return | bool |
public RecordBatchedLine ( LastMacro macroRecorded, string line ) : bool | ||
macroRecorded | LastMacro | |
line | string | |
return | bool |
public RecordBatchedLine ( LastMacro macroRecorded, string line, int maxLineLength ) : bool | ||
macroRecorded | LastMacro | |
line | string | |
maxLineLength | int | |
return | bool |
public VSMacroRecorder ( System.Guid emitter ) : System | ||
emitter | System.Guid | |
return | System |