C# Class VSTextMacros.Model.Macro

Mostrar archivo Open project: xps/VSTextMacros Class Usage Examples

Public Methods

Method Description
AddCommand ( System.Guid commandGroup, uint commandID, uint commandOptions, char character = null ) : void
AddCommand ( VSTextMacros.Model.MacroCommand command ) : void
LoadFromFile ( string filename ) : Macro
SaveToFile ( Macro macro, string filename ) : void
StartNew ( ) : void
StopRecording ( ) : void

Private Methods

Method Description
Macro ( ) : System

Method Details

AddCommand() public method

public AddCommand ( System.Guid commandGroup, uint commandID, uint commandOptions, char character = null ) : void
commandGroup System.Guid
commandID uint
commandOptions uint
character char
return void

AddCommand() public method

public AddCommand ( VSTextMacros.Model.MacroCommand command ) : void
command VSTextMacros.Model.MacroCommand
return void

LoadFromFile() public static method

public static LoadFromFile ( string filename ) : Macro
filename string
return Macro

SaveToFile() public static method

public static SaveToFile ( Macro macro, string filename ) : void
macro Macro
filename string
return void

StartNew() public static method

public static StartNew ( ) : void
return void

StopRecording() public method

public StopRecording ( ) : void
return void