DkmUserMessage.Post 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.
Displays a message to the user inside the Visual Studio debugger IDE. This function does not block waiting for the user to dismiss the error message.
public:
void Post();
public:
void Post();
void Post();
public void Post ();
member this.Post : unit -> unit
Public Sub Post ()