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

定義

章をリリースします。

public:
 void ReleaseChapter(int hChapter, [Runtime::InteropServices::Out] int % cRefCount);
public void ReleaseChapter(int hChapter, out int cRefCount);
abstract member ReleaseChapter : int * int -> unit
Public Sub ReleaseChapter (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 の実装と大きく異なる場合にのみ必要です。

適用対象