ReadOnlyLinkedElementCollection<T>.ITypedList.GetListName Method

Returns the name of the list.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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

  • listAccessors
    Type: array<PropertyDescriptor[]

    This argument is not used. Use null as the parameter value.

Return Value

Type: String
The type name of the list.

Implements

ITypedList.GetListName(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