[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Macros
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void InsertCommand(
	int index,
	IMacroCommand command
)
Public Sub InsertCommand ( _
	index As Integer, _
	command As IMacroCommand _
)
public:
void InsertCommand(
	int index, 
	IMacroCommand^ command
)

Parameters

index
Int32
command
IMacroCommand

See Also