Share via


CommentCollection.Remove Method (Microsoft.PerformancePoint.Scorecards)

Removes the first occurrence of a specific item from the collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub Remove ( _
    value As Comment _
)
'Usage
Dim instance As CommentCollection
Dim value As Comment

instance.Remove(value)
public virtual void Remove (
    Comment value
)

Parameters

  • value
    The item to remove from the collection.

See Also

Reference

CommentCollection Class
CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace