Share via


IAsyncDebugGetPropertiesCompletionHandler.OnComplete Method

Definition

public:
 int OnComplete(int hr, System::UInt32 countTotal, Microsoft::VisualStudio::Debugger::Interop::IListDebugPropertyInfo ^ pDebugPropertyInfos);
public int OnComplete(int hr, uint countTotal, Microsoft.VisualStudio.Debugger.Interop.IListDebugPropertyInfo pDebugPropertyInfos);
abstract member OnComplete : int * uint32 * Microsoft.VisualStudio.Debugger.Interop.IListDebugPropertyInfo -> int
Public Function OnComplete (hr As Integer, countTotal As UInteger, pDebugPropertyInfos As IListDebugPropertyInfo) As Integer

Parameters

hr
Int32
countTotal
UInt32
pDebugPropertyInfos
IListDebugPropertyInfo

Returns

Applies to