<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / ITypedList Interface / GetItemProperties Method
An array of PropertyDescriptor objects to find in the collection (may be null).

In This Topic
    GetItemProperties Method
    In This Topic
    Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.
    Syntax
    'Declaration
     
    Function GetItemProperties( _
       ByVal listAccessors() As PropertyDescriptor _
    ) As PropertyDescriptorCollection

    Parameters

    listAccessors
    An array of PropertyDescriptor objects to find in the collection (may be null).

    Return Value

    A PropertyDescriptorCollection that represents the properties on each item used to bind data.
    See Also