[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific BaseTrigger from the BaseTriggerCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( BaseTrigger value )
Public Sub Remove ( _ value As BaseTrigger _ )
public: void Remove( BaseTrigger^ value )
- value (BaseTrigger)
- The BaseTrigger to remove from the BaseTriggerCollection.