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

'Declaration
<GuidAttribute("B722BCC7-4E68-101B-A2BC-00AA00404770")> _
<InterfaceTypeAttribute()> _
Public Interface 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

The IOleDocumentSite type exposes the following members.

Methods

  Name Description
Public method ActivateMe

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace