IEnumOleDocumentViews::Next Method (UInt32, array<IOleDocumentView^>^, UInt32)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
int Next( unsigned int cViews, array<IOleDocumentView^>^ rgpView, [OutAttribute] unsigned int% pcFetched )
Parameters
- cViews
- Type: System::UInt32
- rgpView
- Type: array<Microsoft.VisualStudio.OLE.Interop::IOleDocumentView^>^
- pcFetched
- Type: System::UInt32
Return Value
Type: System::Int32
Show: