다음을 통해 공유


IObjectWithSite Interface

Definition

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)

Applies to