バインド コンテキストに格納されている現在のバインディング オプションを返します。
Sub GetBindOptions( _
ByRef pbindopts As BIND_OPTS _)
[C#]
void GetBindOptions(
ref BIND_OPTSpbindopts);
[C++]
void GetBindOptions(
BIND_OPTS* pbindopts);
[JScript]
function GetBindOptions(
pbindopts : BIND_OPTS);
パラメータ
- pbindopts
バインディング オプションを受け取る構造体へのポインタ。
解説
詳細については、MSDN ライブラリで IBindCtx::GetBindOptions に関する既存のドキュメントを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
UCOMIBindCtx インターフェイス | UCOMIBindCtx メンバ | System.Runtime.InteropServices 名前空間