IDkmCustomMessageForwardReceiver.SendLower(DkmCustomMessage) Method

Definition

Sends a message to a listening component which is lower in the hierarchy.

public:
 Microsoft::VisualStudio::Debugger::DkmCustomMessage ^ SendLower(Microsoft::VisualStudio::Debugger::DkmCustomMessage ^ customMessage);
public:
 Microsoft::VisualStudio::Debugger::DkmCustomMessage ^ SendLower(Microsoft::VisualStudio::Debugger::DkmCustomMessage ^ customMessage);
Microsoft::VisualStudio::Debugger::DkmCustomMessage SendLower(Microsoft::VisualStudio::Debugger::DkmCustomMessage const & customMessage);
public Microsoft.VisualStudio.Debugger.DkmCustomMessage SendLower (Microsoft.VisualStudio.Debugger.DkmCustomMessage customMessage);
abstract member SendLower : Microsoft.VisualStudio.Debugger.DkmCustomMessage -> Microsoft.VisualStudio.Debugger.DkmCustomMessage
Public Function SendLower (customMessage As DkmCustomMessage) As DkmCustomMessage

Parameters

customMessage
DkmCustomMessage

[In] Message structure used to pass information between custom debugger backend components and custom visual studio UI components (packages, add-ins, etc).

Returns

[Out,Optional] Message sent back from the implementation.

Applies to