FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfGuid 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 IndexOfGuid ( _
    guid As Guid _
) As Integer
'Usage
Dim instance As FirstClassElementCollectionBase
Dim guid As Guid
Dim returnValue As Integer

returnValue = instance.IndexOfGuid(guid)
public int IndexOfGuid(
    Guid guid
)

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