FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfLocationSafe-Methode
Gibt ein Elementtype, wenn es mit der angegebenen Position vorhanden ist, andernfalls wird null zurückgegeben.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function IndexOfLocationSafe ( _
location As RepositoryLocation _
) As ElementType
'Usage
Dim instance As FirstClassElementCollectionBase
Dim location As RepositoryLocation
Dim returnValue As ElementType
returnValue = instance.IndexOfLocationSafe(location)
public ElementType IndexOfLocationSafe(
RepositoryLocation location
)
Parameter
- location
Typ: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
Rückgabewert
Typ: ElementType
Siehe auch
Referenz
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Klasse
FirstClassElementCollectionBase<ElementCollectionType, ElementType>-Member