次の方法で共有


IAccessor.GetBindings(Int32, Int32, Int32, IntPtr) メソッド

定義

アクセサーのバインディングを返します。

public:
 void GetBindings(int hAccessor, [Runtime::InteropServices::Out] int % accessorFlags, [Runtime::InteropServices::Out] int % cBindings, [Runtime::InteropServices::Out] IntPtr % rgBindings);
public void GetBindings (int hAccessor, out int accessorFlags, out int cBindings, out IntPtr rgBindings);
abstract member GetBindings : int * int * int * nativeint -> unit
Public Sub GetBindings (hAccessor As Integer, ByRef accessorFlags As Integer, ByRef cBindings As Integer, ByRef rgBindings As IntPtr)

パラメーター

hAccessor
Int32

バインディングを返すアクセサーのハンドル。

accessorFlags
Int32

アクセサーのパラメーターと使用目的を説明するビットマスクを返すメモリへのポインター。

cBindings
Int32

アクセサー内のバインディング数を返すメモリへのポインター。

rgBindings
IntPtr

nativeint

DBBINDSTATUS 構造体の配列を返すメモリへのポインター。

注釈

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

適用対象