IOleDocumentView Interface

Definition

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

public interface class IOleDocumentView
public interface class IOleDocumentView
__interface IOleDocumentView
[System.Runtime.InteropServices.Guid("B722BCC6-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleDocumentView
[System.Runtime.InteropServices.Guid("B722BCC6-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleDocumentView
[<System.Runtime.InteropServices.Guid("B722BCC6-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleDocumentView = interface
[<System.Runtime.InteropServices.Guid("B722BCC6-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleDocumentView = interface
Public Interface IOleDocumentView
Attributes

Methods

ApplyViewState(IStream)
Clone(IOleInPlaceSite, IOleDocumentView)
CloseView(UInt32)
GetDocument(Object)
GetInPlaceSite(IOleInPlaceSite)
GetRect(RECT[])
Open()
SaveViewState(IStream)
SetInPlaceSite(IOleInPlaceSite)
SetRect(RECT[])
SetRectComplex(RECT[], RECT[], RECT[], RECT[])
Show(Int32)
UIActivate(Int32)

Applies to