Intersoft ClientUI Documentation
GetAggregateValues Method
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel.CollectionViews Namespace > ICollectionViewGroup Interface : GetAggregateValues Method






binding
Binding expression.
Gets the aggregate value from the given binding expression.

Syntax

Visual Basic (Declaration) 
Function GetAggregateValues( _
   ByVal binding As Binding _
) As AggregateValues
Visual Basic (Usage)Copy Code
Dim instance As ICollectionViewGroup
Dim binding As Binding
Dim value As AggregateValues
 
value = instance.GetAggregateValues(binding)
C# 
AggregateValues GetAggregateValues( 
   Binding binding
)
Delphi 
function GetAggregateValues( 
    binding: Binding
): AggregateValues; 
JScript 
function GetAggregateValues( 
   binding : Binding
) : AggregateValues;
Managed Extensions for C++ 
AggregateValues* GetAggregateValues( 
   Binding* binding
) 
C++/CLI 
AggregateValues^ GetAggregateValues( 
   Binding^ binding
) 

Parameters

binding
Binding expression.

Return Value

Aggregate value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.