Méthode FolderOperationsCollection.Add
Adds an object to the end of the FolderOperationsCollection.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public Function Add ( _
operation As FolderOperation _
) As Integer
'Utilisation
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
Paramètres
- operation
Type : Microsoft.ReportingServices.Interfaces.FolderOperation
The folder operation to add to the collection.
Valeur de retour
Type : System.Int32
The position into which the new folder operation was inserted.