[This is preliminary documentation and is subject to change.]
Call this method when this object should output a warning.
Must be called by a descendant of this class when some warning output is available.
| C# | Visual Basic | Visual C++ |
protected void TriggerWarningOutputEvent( string text )
Protected Sub TriggerWarningOutputEvent ( _ text As String _ )
protected: void TriggerWarningOutputEvent( String^ text )
- text (String)
- The warning text.