IEnumOleDocumentViews.Next(UInt32, IOleDocumentView[], UInt32) Method

Definition

public:
 int Next(System::UInt32 cViews, cli::array <Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^> ^ rgpView, [Runtime::InteropServices::Out] System::UInt32 % pcFetched);
public int Next (uint cViews, Microsoft.VisualStudio.OLE.Interop.IOleDocumentView[] rgpView, out uint pcFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.OLE.Interop.IOleDocumentView[] * uint32 -> int
Public Function Next (cViews As UInteger, rgpView As IOleDocumentView(), ByRef pcFetched As UInteger) As Integer

Parameters

cViews
UInt32
rgpView
IOleDocumentView[]
pcFetched
UInt32

Returns

Applies to