Share via


IOleDocument.EnumViews Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub EnumViews ( _
    <OutAttribute> ByRef ppEnum As IEnumOleDocumentViews, _
    <OutAttribute> ByRef ppView As IOleDocumentView _
)
void EnumViews(
    out IEnumOleDocumentViews ppEnum,
    out IOleDocumentView ppView
)
void EnumViews(
    [OutAttribute] IEnumOleDocumentViews^% ppEnum, 
    [OutAttribute] IOleDocumentView^% ppView
)
abstract EnumViews : 
        ppEnum:IEnumOleDocumentViews byref * 
        ppView:IOleDocumentView byref -> unit
function EnumViews(
    ppEnum : IEnumOleDocumentViews, 
    ppView : IOleDocumentView
)

Parameters

Remarks

For information on the COM interface, see IOleDocument::EnumViews

.NET Framework Security

See Also

Reference

IOleDocument Interface

Microsoft.VisualStudio.OLE.Interop Namespace