IOleDocument.EnumViews(IEnumOleDocumentViews, IOleDocumentView) 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:
void EnumViews([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOleDocumentViews ^ % ppEnum, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ % ppView);
public:
void EnumViews([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOleDocumentViews ^ & ppEnum, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ & ppView);
void EnumViews([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOleDocumentViews const & & ppEnum, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleDocumentView const & & ppView);
public void EnumViews (out Microsoft.VisualStudio.OLE.Interop.IEnumOleDocumentViews ppEnum, out Microsoft.VisualStudio.OLE.Interop.IOleDocumentView ppView);
abstract member EnumViews : IEnumOleDocumentViews * IOleDocumentView -> unit
Public Sub EnumViews (ByRef ppEnum As IEnumOleDocumentViews, ByRef ppView As IOleDocumentView)
Parameters
- ppEnum
- IEnumOleDocumentViews
- ppView
- IOleDocumentView
Remarks
For information on the COM interface, see IOleDocument::EnumViews