言語

FolderOperationsCollection.Add(FolderOperation) メソッド

定義

FolderOperationsCollectionの末尾にオブジェクトを追加します。

public:
 int Add(Microsoft::ReportingServices::Interfaces::FolderOperation operation);
public int Add(Microsoft.ReportingServices.Interfaces.FolderOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.FolderOperation -> int
Public Function Add (operation As FolderOperation) As Integer

パラメーター

operation
FolderOperation

コレクションに追加するためのフォルダ操作。

返品

新しいフォルダ操作が挿入された位置。

適用対象