Condividi tramite


IAsyncDebuggerHostMessageCompletionHandler.OnComplete Method

Definition

public:
 int OnComplete(int hr, cli::array <Microsoft::VisualStudio::Debugger::Interop::VsComponentMessage> ^ responseMessage);
public int OnComplete(int hr, Microsoft.VisualStudio.Debugger.Interop.VsComponentMessage[] responseMessage);
abstract member OnComplete : int * Microsoft.VisualStudio.Debugger.Interop.VsComponentMessage[] -> int
Public Function OnComplete (hr As Integer, responseMessage As VsComponentMessage()) As Integer

Parameters

hr
Int32
responseMessage
VsComponentMessage[]

Returns

Applies to