Share via


ReadOnlyLinkedElementCollection<T>.ITypedList.GetListName Method

Returns the name of the list.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Private Function GetListName ( _
    listAccessors As PropertyDescriptor() _
) As String Implements ITypedList.GetListName
string ITypedList.GetListName(
    PropertyDescriptor[] listAccessors
)
private:
virtual String^ GetListName(
    array<PropertyDescriptor^>^ listAccessors
) sealed = ITypedList::GetListName
private abstract GetListName : 
        listAccessors:PropertyDescriptor[] -> string 
private override GetListName : 
        listAccessors:PropertyDescriptor[] -> string 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.String
The type name of the list.

Implements

ITypedList.GetListName(array<PropertyDescriptor[])

Remarks

This method is only used in the desig-time framework and by the obsolete Data Grid control.

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace