FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfLocation method

Returns the index of the supplied [UniqueName].

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

Return value

Type: System.Int32
The index of the element.

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace