Freigeben über


FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfNameSafe-Methode

Gibt ein Elementtype, wenn er mit dem angegebenen Namen 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 IndexOfNameSafe ( _
    name As String _
) As ElementType
'Usage
Dim instance As FirstClassElementCollectionBase
Dim name As String
Dim returnValue As ElementType

returnValue = instance.IndexOfNameSafe(name)
public ElementType IndexOfNameSafe(
    string name
)

Parameter

Rückgabewert

Typ: ElementType

Siehe auch

Referenz

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Klasse

FirstClassElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace