Add 方法
Adds an object to the end of the FolderOperationsCollection.
命名空间: Microsoft.ReportingServices.Interfaces
程序集: Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
语法
声明
Public Function Add ( _
operation As FolderOperation _
) As Integer
用法
Dim instance As FolderOperationsCollection
Dim operation As FolderOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
FolderOperation operation
)
public:
int Add(
FolderOperation operation
)
member Add :
operation:FolderOperation -> int
public function Add(
operation : FolderOperation
) : int
参数
- operation
类型:Microsoft.ReportingServices.Interfaces. . :: . .FolderOperation
The folder operation to add to the collection.
返回值
类型:System. . :: . .Int32
The position into which the new folder operation was inserted.