UCOMIBindCtx.GetBindOptions(BIND_OPTS) 方法

定义

返回当前存储在此绑定上下文中的绑定选项。

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

参数

pbindopts
BIND_OPTS

指向接收绑定选项的结构的指针。

注解

有关详细信息,请参阅 IBindCtx::GetBindOptions MSDN library 中的现有文档。

适用于