IAsyncDebugGetPropertiesCompletionHandler.OnComplete 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.
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