ITypedList::GetListName Method (array<PropertyDescriptor^>^)

 

Returns the name of the list.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

String^ GetListName(
	array<PropertyDescriptor^>^ listAccessors
)

Parameters

listAccessors
Type: array<System.ComponentModel::PropertyDescriptor^>^

An array of PropertyDescriptor objects, for which the list name is returned. This can be null.

Return Value

Type: System::String^

The name of the list.

This method is used only in the design-time framework and by the obsolete DataGrid control.

The following code example demonstrates how to implement the GetListName method. For a full code listing, see How to: Implement the ITypedList Interface.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: