GridViewTransformReferenceCollection.GetItemById method

Returns an object in this collection, based on the identifier of the object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetItemById ( _
    id As String _
) As GridViewTransformReference
'Usage
Dim instance As GridViewTransformReferenceCollection
Dim id As String
Dim returnValue As GridViewTransformReference

returnValue = instance.GetItemById(id)
public GridViewTransformReference GetItemById(
    string id
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.GridViewTransformReference
The first occurrence of the object within the collection; otherwise, a null reference (Nothing in Visual Basic).

See also

Reference

GridViewTransformReferenceCollection class

GridViewTransformReferenceCollection members

Microsoft.PerformancePoint.Scorecards namespace