VersionInfoCollection.Remove Method (RepositoryLocation)
Removes the object with the specified location.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Sub Remove ( _
loc As RepositoryLocation _
)
'Usage
Dim instance As VersionInfoCollection
Dim loc As RepositoryLocation
instance.Remove(loc)
public virtual void Remove(
RepositoryLocation loc
)
Parameters
loc
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Remarks
This method does not remove a property that is an internal VersionInfo object.