IBindCtx.SetBindOptions(BIND_OPTS) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
儲存繫結內容中的參數區塊。 這些參數會套用至使用這個繫結內容的後續 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
。