IOleDocumentSite Interface
Enables a document object to directly instruct its client site to activate it as a document object. Implemented by the container. For more information, see IOleDocumentSite.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
<GuidAttribute("B722BCC7-4E68-101B-A2BC-00AA00404770")> _
<InterfaceTypeAttribute()> _
Public Interface IOleDocumentSite
用法
Dim instance As IOleDocumentSite
[GuidAttribute("B722BCC7-4E68-101B-A2BC-00AA00404770")]
[InterfaceTypeAttribute()]
public interface IOleDocumentSite
[GuidAttribute(L"B722BCC7-4E68-101B-A2BC-00AA00404770")]
[InterfaceTypeAttribute()]
public interface class IOleDocumentSite
[<GuidAttribute("B722BCC7-4E68-101B-A2BC-00AA00404770")>]
[<InterfaceTypeAttribute()>]
type IOleDocumentSite = interface end
public interface IOleDocumentSite