UCOMIBindCtx 介面

定義

警告

Use System.Runtime.InteropServices.ComTypes.IBindCtx instead. http://go.microsoft.com/fwlink/?linkid=14202

請改用 BIND_OPTS

public interface class UCOMIBindCtx
[System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIBindCtx
[System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IBindCtx instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIBindCtx
[<System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIBindCtx = interface
[<System.Runtime.InteropServices.Guid("0000000e-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IBindCtx instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIBindCtx = interface
Public Interface UCOMIBindCtx
屬性

備註

如需詳細資訊,請參閱 MSDN 程式庫 com 子資料夾中的現有檔 IBindCtx

方法

EnumObjectParam(UCOMIEnumString)
已淘汰.

列舉字串,其為內容物件參數之內部維護表格的機碼。

GetBindOptions(BIND_OPTS)
已淘汰.

傳回儲存在這個繫結內容中的目前繫結選項。

GetObjectParam(String, Object)
已淘汰.

在內容物件參數的內部維護表格中查閱指定的機碼,並且傳回對應的物件 (如果存在的話)。

GetRunningObjectTable(UCOMIRunningObjectTable)
已淘汰.

將存取權交回與這個繫結程序相關的執行物件表格 (Running Object Table,ROT)。

RegisterObjectBound(Object)
已淘汰.

將傳遞的物件登錄為在 Moniker 作業中被繫結而且應該在作業完成時釋放的物件。

RegisterObjectParam(String, Object)
已淘汰.

將指定的物件指標登錄在物件指標之內部維護表格中的指定名稱下。

ReleaseBoundObjects()
已淘汰.

釋放所有目前由 RegisterObjectBound(Object) 以繫結內容登錄的物件。

RevokeObjectBound(Object)
已淘汰.

從需要被釋放的已登錄物件組中移除物件。

RevokeObjectParam(String)
已淘汰.

如果任何在內容物件參數之內部維護表格中的機碼目前已登錄的話,撤銷目前在這個機碼之下找到的物件登錄。

SetBindOptions(BIND_OPTS)
已淘汰.

將一組參數儲存在繫結內容中,這些參數會使用這個繫結內容套用至稍後的 UCOMIMoniker 作業。

適用於