ResultSetView.ITypedList.GetItemProperties-Methode
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 unterstützt die Verwendung von expliziten Schnittstellenimplementierungen, jedoch nicht die Deklaration neuer expliziter Schnittstellenimplementierungen.
Parameter
- listAccessors
Typ: array<System.ComponentModel.PropertyDescriptor[]
Rückgabewert
Typ: System.ComponentModel.PropertyDescriptorCollection
Implementiert
ITypedList.GetItemProperties(array<PropertyDescriptor[])