CustomInputLogger.CustomAppend(String) Method
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.
protected:
virtual void CustomAppend(System::String ^ msg);
protected virtual void CustomAppend (string msg);
abstract member CustomAppend : string -> unit
override this.CustomAppend : string -> unit
Protected Overridable Sub CustomAppend (msg As String)
Parameters
- msg
- String