[This is preliminary documentation and is subject to change.]
Shows the information.
| C# | Visual Basic | Visual C++ |
public static void ShowInformation( string text, string caption )
Public Shared Sub ShowInformation ( _ text As String, _ caption As String _ )
public: static void ShowInformation ( String^ text, String^ caption )
- text (String)
- The text.
- caption (String)
- The caption.