IAccessor.GetBindings(Int32, Int32, Int32, IntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクセサーのバインディングを返します。
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 の実装と大きく異なる場合だけです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET