IVsEnumCodeBlocks::Clone Method (IVsEnumCodeBlocks^)
Visual Studio 2015
Returns a copy of the current enumeration as a separate object.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- ppEnum
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsEnumCodeBlocks^
[out] Returns a copy of this enumeration as a separate object.
From singlefileeditor.idl:
HRESULT Clone( [out] IVsEnumCodeBlocks **ppenum );
The copy of the enumeration has the same state as the original at the time this method is called. However, the copy's and the original's states are separate and can be changed individually.
Show: