IOleDocumentView Interface

Provides communication between a container and each view supported by a document object. For more information, see IOleDocumentView.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B722BCC6-4E68-101B-A2BC-00AA00404770")> _
Public Interface IOleDocumentView
[InterfaceTypeAttribute()]
[GuidAttribute("B722BCC6-4E68-101B-A2BC-00AA00404770")]
public interface IOleDocumentView
[InterfaceTypeAttribute()]
[GuidAttribute(L"B722BCC6-4E68-101B-A2BC-00AA00404770")]
public interface class IOleDocumentView
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B722BCC6-4E68-101B-A2BC-00AA00404770")>]
type IOleDocumentView =  interface end
public interface IOleDocumentView

The IOleDocumentView type exposes the following members.

Methods

  Name Description
Public method ApplyViewState
Public method Clone
Public method CloseView
Public method GetDocument
Public method GetInPlaceSite
Public method GetRect
Public method Open
Public method SaveViewState
Public method SetInPlaceSite
Public method SetRect
Public method SetRectComplex
Public method Show
Public method UIActivate

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace