RdlCollectionBase<T>.IList.Add 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Adds an object to the end of the collection.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Private Function Add ( _
    item As Object _
) As Integer Implements IList.Add
用法
Dim instance As RdlCollectionBase 
Dim item As Object 
Dim returnValue As Integer 

returnValue = CType(instance, IList).Add(item)
int IList.Add(
    Object item
)
private:
virtual int Add(
    Object^ item
) sealed = IList::Add
private abstract Add : 
        item:Object -> int  
private override Add : 
        item:Object -> int
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

  • item
    类型:System.Object
    The object to be added to the end of the collection.

返回值

类型:System.Int32
The object to be added to the end of the collection.

实现

IList.Add(Object)

请参阅

参考

RdlCollectionBase<T> 类

Microsoft.ReportingServices.RdlObjectModel 命名空间