Freigeben über


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 _
)
'Usage
Dim instance As IOleDocument
Dim ppEnum As IEnumOleDocumentViews
Dim ppView As IOleDocumentView

instance.EnumViews(ppEnum, ppView)
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

IOleDocument Members

Microsoft.VisualStudio.OLE.Interop Namespace