ConfiguredViewCollection.Remove method
Removes an object from this collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
value As ConfiguredView _
)
'Usage
Dim instance As ConfiguredViewCollection
Dim value As ConfiguredView
instance.Remove(value)
public void Remove(
ConfiguredView value
)
Parameters
value
Type: Microsoft.PerformancePoint.Scorecards.ConfiguredViewThe object to remove.
Remarks
This method removes the first occurrence of the specified object from the collection.
See also
Reference
ConfiguredViewCollection class