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

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B722BCC5-4E68-101B-A2BC-00AA00404770")> _
Public Interface IOleDocument
[InterfaceTypeAttribute()]
[GuidAttribute("B722BCC5-4E68-101B-A2BC-00AA00404770")]
public interface IOleDocument
[InterfaceTypeAttribute()]
[GuidAttribute(L"B722BCC5-4E68-101B-A2BC-00AA00404770")]
public interface class IOleDocument
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B722BCC5-4E68-101B-A2BC-00AA00404770")>]
type IOleDocument =  interface end
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