Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- listAccessors
Type: array<System.ComponentModel.PropertyDescriptor[]
This argument is not used. Use null as the parameter value.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.