다음을 통해 공유


IOleDocument Interface

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

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("B722BCC5-4E68-101B-A2BC-00AA00404770")> _
Public Interface IOleDocument
[InterfaceTypeAttribute()]
[GuidAttribute("B722BCC5-4E68-101B-A2BC-00AA00404770")]
public interface IOleDocument

The IOleDocument type exposes the following members.

Methods

  Name Description
Public method CreateView
Public method EnumViews
Public method GetDocMiscStatus

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace