IDataFormat.GetBinding メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDataFormat のバインディングを取得します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
void GetBinding(System::Runtime::InteropServices::VarEnum vtPropHint, int rgfDataFormat, Microsoft::VisualBasic::Compatibility::VB6::IRowset ^ rowset, Microsoft::VisualBasic::Compatibility::VB6::DBCOLUMNINFO % columnInfo, [Runtime::InteropServices::Out] Microsoft::VisualBasic::Compatibility::VB6::DBBINDING % binding, [Runtime::InteropServices::Out] int % size, [Runtime::InteropServices::Out] int % cookie);
public void GetBinding (System.Runtime.InteropServices.VarEnum vtPropHint, int rgfDataFormat, Microsoft.VisualBasic.Compatibility.VB6.IRowset rowset, ref Microsoft.VisualBasic.Compatibility.VB6.DBCOLUMNINFO columnInfo, out Microsoft.VisualBasic.Compatibility.VB6.DBBINDING binding, out int size, out int cookie);
abstract member GetBinding : System.Runtime.InteropServices.VarEnum * int * Microsoft.VisualBasic.Compatibility.VB6.IRowset * DBCOLUMNINFO * DBBINDING * int * int -> unit
Public Sub GetBinding (vtPropHint As VarEnum, rgfDataFormat As Integer, rowset As IRowset, ByRef columnInfo As DBCOLUMNINFO, ByRef binding As DBBINDING, ByRef size As Integer, ByRef cookie As Integer)
パラメーター
- rgfDataFormat
- Int32
Integer
。
- columnInfo
- DBCOLUMNINFO
DBCOLUMNINFO 構造。
- size
- Int32
Integer
。
- cookie
- Int32
Integer
。
注釈
インターフェイスは IDataFormat 、Visual Basic 6.0 アプリケーションを Visual Basic にアップグレードするためのツールによって内部的に使用されます。
注意
Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。
適用対象
.NET