UCOMIBindCtx.SetBindOptions(BIND_OPTS) 方法

定義

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

public:
 void SetBindOptions(System::Runtime::InteropServices::BIND_OPTS % pbindopts);
public void SetBindOptions (ref System.Runtime.InteropServices.BIND_OPTS pbindopts);
abstract member SetBindOptions : BIND_OPTS -> unit
Public Sub SetBindOptions (ByRef pbindopts As BIND_OPTS)

參數

pbindopts
BIND_OPTS

結構含有要設定的繫結選項。

備註

如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 IBindCtx::SetBindOptions

適用於