'宣言 Public Overloads Shared Function GetUniqueValues( _ ByVal dataSource As System.Collections.IEnumerable, _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal fieldName As System.String, _ ByVal cancelToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetUniqueValues( System.Collections.IEnumerable dataSource, System.Collections.Generic.Dictionary<string,object> view, System.string fieldName, System.Threading.CancellationToken cancelToken )
パラメータ
- dataSource
 - Data source collection.
 - view
 - View definition used for performing aggregation.
 - fieldName
 - The name of the field to provide unique values for.
 - cancelToken
 - Enables task cancellation.
 
戻り値の型
Collection of objects with properties Name (string) and Type (System.Type)