IEnumOleDocumentViews Interface

Definition

Enumerates the views a document object supports. For more information, see IEnumOleDocumentViews.

public interface class IEnumOleDocumentViews
public interface class IEnumOleDocumentViews
__interface IEnumOleDocumentViews
[System.Runtime.InteropServices.Guid("B722BCC8-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumOleDocumentViews
[System.Runtime.InteropServices.Guid("B722BCC8-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumOleDocumentViews
[<System.Runtime.InteropServices.Guid("B722BCC8-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumOleDocumentViews = interface
[<System.Runtime.InteropServices.Guid("B722BCC8-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumOleDocumentViews = interface
Public Interface IEnumOleDocumentViews
Attributes

Methods

Clone(IEnumOleDocumentViews)
Next(UInt32, IOleDocumentView[], UInt32)
Reset()
Skip(UInt32)

Applies to