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

指向内存的指针,用于返回章节句柄的引用计数。

注解

注释

命名空间中的 Microsoft.VisualBasic.Compatibility.VB6 函数和对象由用于从 Visual Basic 6.0 升级到 Visual Basic 的工具使用。 在大多数情况下,这些函数和对象重复了可在 .NET Framework 中的其他命名空间中找到的功能。 仅当 Visual Basic 6.0 代码模型与 .NET Framework 实现明显不同时,它们才是必需的。

适用于