IChapteredRowset.AddRefChapter(Int32, Int32) メソッド

定義

既存の章に参照カウントを追加します。

public:
 void AddRefChapter(int hChapter, [Runtime::InteropServices::Out] int % cRefCount);
public void AddRefChapter(int hChapter, out int cRefCount);
abstract member AddRefChapter : int * int -> unit
Public Sub AddRefChapter (hChapter As Integer, ByRef cRefCount As Integer)

パラメーター

hChapter
Int32

参照カウントをインクリメントする章のハンドル。

cRefCount
Int32

チャプター ハンドルの参照カウントを返すメモリへのポインター。

注釈

Note

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

適用対象