'宣言 Public Overridable Function GetListName( _ ByVal listAccessors() As PropertyDescriptor _ ) As System.String
public virtual System.string GetListName( PropertyDescriptor[] listAccessors )
パラメータ
- listAccessors
- An array of System.ComponentModel.PropertyDescriptor objects, the list name for which is returned. This can be null.
戻り値の型
The name of the list.