共用方式為


IBindCtx.SetBindOptions(BIND_OPTS) 方法

定義

儲存繫結內容中的參數區塊。 這些參數會套用至使用這個繫結內容的後續 UCOMIMoniker 作業。

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

參數

pbindopts
BIND_OPTS

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

備註

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

適用於