Share via


IVsEnumDocumentPreviewers.Clone(IVsEnumDocumentPreviewers) Method

Definition

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

public:
 void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumDocumentPreviewers ^ % ppEnum);
public:
 void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumDocumentPreviewers ^ &  ppEnum);
void Clone([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumDocumentPreviewers const & & ppEnum);
public void Clone (out Microsoft.VisualStudio.Shell.Interop.IVsEnumDocumentPreviewers ppEnum);
abstract member Clone : IVsEnumDocumentPreviewers -> unit
Public Sub Clone (ByRef ppEnum As IVsEnumDocumentPreviewers)

Parameters

ppEnum
IVsEnumDocumentPreviewers

[out] Pointer to the cloned IVsEnumDocumentPreviewers interface.

Applies to