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 实现有显著区别时,才必须使用这些函数和对象。

适用于