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.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private Function GetItemProperties ( _
listAccessors As PropertyDescriptor() _
) As PropertyDescriptorCollection Implements ITypedList.GetItemProperties
'Usage
Dim instance As ResultSetView
Dim listAccessors As PropertyDescriptor()
Dim returnValue As PropertyDescriptorCollection
returnValue = CType(instance, ITypedList).GetItemProperties(listAccessors)
PropertyDescriptorCollection ITypedList.GetItemProperties(
PropertyDescriptor[] listAccessors
)
private:
virtual PropertyDescriptorCollection^ GetItemProperties(
array<PropertyDescriptor^>^ listAccessors
) sealed = ITypedList::GetItemProperties
private abstract GetItemProperties :
listAccessors:PropertyDescriptor[] -> PropertyDescriptorCollection
private override GetItemProperties :
listAccessors:PropertyDescriptor[] -> PropertyDescriptorCollection
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- listAccessors
Type: array<System.ComponentModel.PropertyDescriptor[]
Return Value
Type: System.ComponentModel.PropertyDescriptorCollection
Implements
ITypedList.GetItemProperties(array<PropertyDescriptor[])