IChapteredRowset.ReleaseChapter(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发布章节。
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
指向内存的指针,用于返回章节句柄的引用计数。
注解
注释
命名空间中的 Microsoft.VisualBasic.Compatibility.VB6 函数和对象由用于从 Visual Basic 6.0 升级到 Visual Basic 的工具使用。 在大多数情况下,这些函数和对象重复了可在 .NET Framework 中的其他命名空间中找到的功能。 仅当 Visual Basic 6.0 代码模型与 .NET Framework 实现明显不同时,它们才是必需的。