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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("B722BCC6-4E68-101B-A2BC-00AA00404770")> _
Public Interface IOleDocumentView
[InterfaceTypeAttribute()]
[GuidAttribute("B722BCC6-4E68-101B-A2BC-00AA00404770")]
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