IObjectWithSite 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.
Provides simple communication between an object and the site in the container. For more information, see IObjectWithSite.
public interface class IObjectWithSite
public interface class IObjectWithSite
__interface IObjectWithSite
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("FC4801A3-2BA9-11CF-A229-00AA003D7352")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IObjectWithSite
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("FC4801A3-2BA9-11CF-A229-00AA003D7352")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IObjectWithSite
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("FC4801A3-2BA9-11CF-A229-00AA003D7352")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IObjectWithSite = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("FC4801A3-2BA9-11CF-A229-00AA003D7352")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IObjectWithSite = interface
Public Interface IObjectWithSite
- Derived
- Attributes
Methods
GetSite(Guid, IntPtr) | |
SetSite(Object) |