IOleClientSite Interface

Gives an embedded object information about resources provided by its container such as the location and extent of its display site, its moniker, and its user interface. For more information, see IOleClientSite.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000118-0000-0000-C000-000000000046")> _
Public Interface IOleClientSite
[InterfaceTypeAttribute()]
[GuidAttribute("00000118-0000-0000-C000-000000000046")]
public interface IOleClientSite
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000118-0000-0000-C000-000000000046")]
public interface class IOleClientSite
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000118-0000-0000-C000-000000000046")>]
type IOleClientSite =  interface end
public interface IOleClientSite

The IOleClientSite type exposes the following members.

Methods

  Name Description
Public method GetContainer
Public method GetMoniker
Public method OnShowWindow
Public method RequestNewObjectLayout
Public method SaveObject
Public method ShowObject

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace