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構造体の配列を返すメモリへのポインター。

注釈

Note

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

適用対象