C# Class VSTextMacros.Model.Macro

Afficher le fichier Open project: xps/VSTextMacros Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Macro ( ) : System

Method Details

AddCommand() public méthode

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

AddCommand() public méthode

public AddCommand ( VSTextMacros.Model.MacroCommand command ) : void
command VSTextMacros.Model.MacroCommand
Résultat void

LoadFromFile() public static méthode

public static LoadFromFile ( string filename ) : Macro
filename string
Résultat Macro

SaveToFile() public static méthode

public static SaveToFile ( Macro macro, string filename ) : void
macro Macro
filename string
Résultat void

StartNew() public static méthode

public static StartNew ( ) : void
Résultat void

StopRecording() public méthode

public StopRecording ( ) : void
Résultat void