Filter.ICloneable.Clone - Méthode
Le clone de l'objet Filter .
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Private Function Clone As Object Implements ICloneable.Clone
'Utilisation
Dim instance As Filter
Dim returnValue As Object
returnValue = CType(instance, ICloneable).Clone()
ObjectICloneable.Clone()
Valeur renvoyée
Type : System.Object