[This is preliminary documentation and is subject to change.]
Adds an object to the end of the BaseTriggerCollection.
| C# | Visual Basic | Visual C++ |
public int Add( BaseTrigger value )
Public Function Add ( _ value As BaseTrigger _ ) As Integer
public: int Add( BaseTrigger^ value )
- value (BaseTrigger)
- The BaseTrigger to be added to the end of the BaseTriggerCollection.
The BaseTriggerCollection index at which the value has been added.