FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Remove Method (Guid)
Removes an object from the collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
key As Guid _
)
'Usage
Dim instance As FirstClassElementCollectionBase
Dim key As Guid
instance.Remove(key)
public void Remove(
Guid key
)
Parameters
key
Type: System.GuidThe GUID of the object to remove.
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members