ITypedList::GetListName Method (array<PropertyDescriptor^>^)
.NET Framework (current version)
Returns the name of the list.
Assembly: System (in System.dll)
Parameters
- listAccessors
-
Type:
array<System.ComponentModel::PropertyDescriptor^>^
An array of PropertyDescriptor objects, for which the list name is returned. This can be null.
The following code example demonstrates how to implement the GetListName method. For a full code listing, see How to: Implement the ITypedList Interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: