IEnumDebugPendingBreakpoints2.Clone(IEnumDebugPendingBreakpoints2) 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 Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugPendingBreakpoints2 ^ % ppEnum);
public int Clone (out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugPendingBreakpoints2 ppEnum);
abstract member Clone : IEnumDebugPendingBreakpoints2 -> int
Public Function Clone (ByRef ppEnum As IEnumDebugPendingBreakpoints2) As Integer