Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the index of the object with the specified GUID.
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 ElementCollectionBase
Dim guid As Guid
Dim returnValue As Integer
returnValue = instance.IndexOfGuid(guid)
public int IndexOfGuid(
Guid guid
)
Parameters
guid
Type: System.GuidThe GUID of the object.
Return Value
Type: System.Int32
The index of the object, if it exists; otherwise a null reference (Nothing in Visual Basic).
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Class
ElementCollectionBase<ElementCollectionType, ElementType> Members