WriteHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate to use for writing a string to some location like the console window or the IDE build window.
public delegate void WriteHandler(System::String ^ message);
public delegate void WriteHandler(string message);
type WriteHandler = delegate of string -> unit
Public Delegate Sub WriteHandler(message As String)
Parameters
- message
- String