IBindCtx.GetBindOptions(BIND_OPTS) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回儲存在目前繫結內容中的目前繫結選項。
public:
void GetBindOptions(System::Runtime::InteropServices::ComTypes::BIND_OPTS % pbindopts);
public void GetBindOptions (ref System.Runtime.InteropServices.ComTypes.BIND_OPTS pbindopts);
abstract member GetBindOptions : BIND_OPTS -> unit
Public Sub GetBindOptions (ByRef pbindopts As BIND_OPTS)
參數
- pbindopts
- BIND_OPTS
要接收繫結選項的結構指標。
備註
如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 IBindCtx::GetBindOptions
。