IOleDocument Interface
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.
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) |