Condividi tramite


Metodo ResultSetView.ITypedList.GetItemProperties

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Private Function GetItemProperties ( _
    listAccessors As PropertyDescriptor() _
) As PropertyDescriptorCollection Implements ITypedList.GetItemProperties
'Utilizzo
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 supporta l'utilizzo di implementazioni esplicite dell'interfaccia , ma non la dichiarazione di nuove interfacce.

Parametri

Valore restituito

Tipo: System.ComponentModel.PropertyDescriptorCollection

Implementa

ITypedList.GetItemProperties(array<PropertyDescriptor[])

Vedere anche

Riferimento

ResultSetView Classe

Spazio dei nomi System.Data.SqlServerCe