FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfLocation Method
Returns the index of an object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function IndexOfLocation ( _
location As RepositoryLocation _
) As Integer
'Usage
Dim instance As FirstClassElementCollectionBase
Dim location As RepositoryLocation
Dim returnValue As Integer
returnValue = instance.IndexOfLocation(location)
public int IndexOfLocation(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Return Value
Type: System.Int32
The index of the object.
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members