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