Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.IndexOfNameSafe-Methode

Gibt den Index des Objekts mit dem angegebenen Namen zurück.

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 ElementCollectionBase
Dim name As String
Dim returnValue As ElementType

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

Parameter

Rückgabewert

Typ: ElementType
Der Index des Objekts, wenn es vorhanden ist. andernfalls ein Nullverweis (Nothing in Visual Basic).

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace