Filter.FieldBase.ICloneable.Clone método
Obtém ou define o aclone do objeto Field .
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Private Function Clone As Object Implements ICloneable.Clone
'Uso
Dim instance As Filter.FieldBase
Dim returnValue As Object
returnValue = CType(instance, ICloneable).Clone()
ObjectICloneable.Clone()
Valor retornado
Tipo: System.Object