IVsEnumDocumentPreviewers::Clone Method (IVsEnumDocumentPreviewers^)

 

Creates another enumerator that contains the same enumeration state as the current one.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void Clone(
	[OutAttribute] IVsEnumDocumentPreviewers^% ppEnum
)

Parameters

ppEnum
Type: Microsoft.VisualStudio.Shell.Interop::IVsEnumDocumentPreviewers^

[out] Pointer to the cloned IVsEnumDocumentPreviewers interface.

Return to top
Show: