IOleDocument Interface

Definition

Creates or enumerates views and provides other information. Implemented by a document for use by a container. For more information, see IOleDocument.

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

Methods

CreateView(IOleInPlaceSite, IStream, UInt32, IOleDocumentView)
EnumViews(IEnumOleDocumentViews, IOleDocumentView)
GetDocMiscStatus(UInt32)

Applies to