IEnumOleDocumentViews.Next(UInt32, IOleDocumentView[], UInt32) 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 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