Share via


IBindCtx.GetBindOptions(BIND_OPTS) 方法

定義

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

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

適用於