IMacroPlayer.OnMacroCommandLine Event
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Callback invoked just before executing a Macro Player command.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Event OnMacroCommandLine As DOnMacroCommandLine |
| C# |
|---|
event DOnMacroCommandLine OnMacroCommandLine |
| Visual C++ |
|---|
event DOnMacroCommandLine^ OnMacroCommandLine { void add (DOnMacroCommandLine^ value); void remove (DOnMacroCommandLine^ value); } |