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

バインディング オプションを受け取る構造体へのポインター。

注釈

詳細については、MSDN ライブラリのの既存のドキュメントを参照してください IBindCtx::GetBindOptions

適用対象