Condividi tramite


IDebugMessageEvent2.GetMessage Method

Definition

Overloads

GetMessage(enum_MESSAGETYPE[], String, UInt32, String, UInt32)

public:
 int GetMessage(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_MESSAGETYPE> ^ pMessageType, [Runtime::InteropServices::Out] System::String ^ % pbstrMessage, [Runtime::InteropServices::Out] System::UInt32 % pdwType, [Runtime::InteropServices::Out] System::String ^ % pbstrHelpFileName, [Runtime::InteropServices::Out] System::UInt32 % pdwHelpId);
public int GetMessage(Microsoft.VisualStudio.Debugger.Interop.enum_MESSAGETYPE[] pMessageType, out string pbstrMessage, out uint pdwType, out string pbstrHelpFileName, out uint pdwHelpId);
abstract member GetMessage : Microsoft.VisualStudio.Debugger.Interop.enum_MESSAGETYPE[] * string * uint32 * string * uint32 -> int
Public Function GetMessage (pMessageType As enum_MESSAGETYPE(), ByRef pbstrMessage As String, ByRef pdwType As UInteger, ByRef pbstrHelpFileName As String, ByRef pdwHelpId As UInteger) As Integer

Parameters

pMessageType
enum_MESSAGETYPE[]
pbstrMessage
String
pdwType
UInt32
pbstrHelpFileName
String
pdwHelpId
UInt32

Returns

Applies to

GetMessage(UInt32, String, UInt32, String, UInt32)

public:
 int GetMessage([Runtime::InteropServices::Out] System::UInt32 % pMessageType, [Runtime::InteropServices::Out] System::String ^ % pbstrMessage, [Runtime::InteropServices::Out] System::UInt32 % pdwType, [Runtime::InteropServices::Out] System::String ^ % pbstrHelpFileName, [Runtime::InteropServices::Out] System::UInt32 % pdwHelpId);
public int GetMessage(out uint pMessageType, out string pbstrMessage, out uint pdwType, out string pbstrHelpFileName, out uint pdwHelpId);
abstract member GetMessage : uint32 * string * uint32 * string * uint32 -> int
Public Function GetMessage (ByRef pMessageType As UInteger, ByRef pbstrMessage As String, ByRef pdwType As UInteger, ByRef pbstrHelpFileName As String, ByRef pdwHelpId As UInteger) As Integer

Parameters

pMessageType
UInt32
pbstrMessage
String
pdwType
UInt32
pbstrHelpFileName
String
pdwHelpId
UInt32

Returns

Applies to