AnnotationCollection.Remove-Methode
Entfernt eine Anmerkung aus dieser Auflistung.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
annotation As Annotation _
)
'Usage
Dim instance As AnnotationCollection
Dim annotation As Annotation
instance.Remove(annotation)
public void Remove(
Annotation annotation
)
Parameter
annotation
Typ: Microsoft.PerformancePoint.Scorecards.AnnotationDie zu entfernende Anmerkung.