'宣言
Public Shared Function ExecuteCommand( _ ByVal component As IComponent, _ ByVal command As CommandID, _ ByVal paramsIn As ICollection, _ ByRef paramsOut As ICollection _ ) As CommandStatus
public static CommandStatus ExecuteCommand( IComponent component, CommandID command, ICollection paramsIn, out ICollection paramsOut )
パラメータ
- component
- command
- paramsIn
- paramsOut
戻り値の型
コマンド実行の状態。