IBindHost 接口

定义

由容器实现,以允许寄宿对象通过容器进行异步数据传输。 有关详细信息,请参阅 IBindHost 和有关协作和异步数据检索。

public interface class IBindHost
public interface class IBindHost
__interface IBindHost
[System.Runtime.InteropServices.Guid("FC4801A1-2BA9-11CF-A229-00AA003D7352")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IBindHost
[<System.Runtime.InteropServices.Guid("FC4801A1-2BA9-11CF-A229-00AA003D7352")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IBindHost = interface
Public Interface IBindHost
属性

方法

CreateMoniker(String, IBindCtx, IMoniker, UInt32)
MonikerBindToObject(IMoniker, IBindCtx, IBindStatusCallback, Guid, Object)
MonikerBindToStorage(IMoniker, IBindCtx, IBindStatusCallback, Guid, Object)

适用于