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

一個指向記憶體的指標,用來回傳章節 handle 的參考計數。

備註

Note

命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。

適用於