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 | |
---|---|---|
![]() |
ApplyViewState | |
![]() |
Clone | |
![]() |
CloseView | |
![]() |
GetDocument | |
![]() |
GetInPlaceSite | |
![]() |
GetRect | |
![]() |
Open | |
![]() |
SaveViewState | |
![]() |
SetInPlaceSite | |
![]() |
SetRect | |
![]() |
SetRectComplex | |
![]() |
Show | |
![]() |
UIActivate |
Top