Share via


ElementCollection.IndexOfGuid Method (Microsoft.PerformancePoint.Scorecards)

Gets the index of a specific unique ID.

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 ElementCollection(Of ElementCollectionType, ElementType)
Dim guid As Guid
Dim returnValue As Integer

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

Parameters

  • guid
    The GUID to locate.

Return Value

The index of the element.

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace