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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("00000118-0000-0000-C000-000000000046")> _
Public Interface IOleClientSite
[InterfaceTypeAttribute()]
[GuidAttribute("00000118-0000-0000-C000-000000000046")]
public interface IOleClientSite
The IOleClientSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetContainer | ||
GetMoniker | ||
OnShowWindow | ||
RequestNewObjectLayout | ||
SaveObject | ||
ShowObject |
Top