IDkmVisualStudioServices.PostUserMessage(DkmUserMessage) 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 PostUserMessage(Microsoft::VisualStudio::Debugger::DkmUserMessage ^ userMessage);
public:
void PostUserMessage(Microsoft::VisualStudio::Debugger::DkmUserMessage ^ userMessage);
void PostUserMessage(Microsoft::VisualStudio::Debugger::DkmUserMessage const & userMessage);
public void PostUserMessage (Microsoft.VisualStudio.Debugger.DkmUserMessage userMessage);
abstract member PostUserMessage : Microsoft.VisualStudio.Debugger.DkmUserMessage -> unit
Public Sub PostUserMessage (userMessage As DkmUserMessage)
Parameters
- userMessage
- DkmUserMessage
[In] Contains information about a message that is to be displayed to the user.