Compartilhar via


MemberCollection.ToTuple Method

Converts this collection to a tuple.

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

Syntax

'Declaration
Public Function ToTuple As Tuple
'Usage
Dim instance As MemberCollection
Dim returnValue As Tuple

returnValue = instance.ToTuple()
public Tuple ToTuple()

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Tuple
A tuple that represents this collection of members.

See Also

Reference

MemberCollection Class

MemberCollection Members

Microsoft.PerformancePoint.Scorecards Namespace