CommentItemClone Method
Create a deep copy of the provided comment.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static CommentItem Clone(
CommentItem comment
)
Public Shared Function Clone (
comment As CommentItem
) As CommentItem
No code example is currently available or this language may not be supported.
- comment CommentItem
-
Reference to the comment to clone.
CommentItem
Reference to the new clone of the caller's comment.