IOleClientSite Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IOleClientSite
public interface class IOleClientSite
__interface IOleClientSite
[System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleClientSite
[System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleClientSite
[<System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleClientSite = interface
[<System.Runtime.InteropServices.Guid("00000118-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleClientSite = interface
Public Interface IOleClientSite
- Attributes
Methods
GetContainer(IOleContainer) | |
GetMoniker(UInt32, UInt32, IMoniker) | |
OnShowWindow(Int32) | |
RequestNewObjectLayout() | |
SaveObject() | |
ShowObject() |