IOleDocument 接口

定义

创建或枚举视图,并提供其他信息。 由文档实现,供容器使用。 有关详细信息,请参阅 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(1)>]
type IOleDocument = interface
Public Interface IOleDocument
属性

方法

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

适用于