Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Uso
Dim instance As 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