ReadOnlyLinkedElementCollection<T>.ITypedList.GetItemProperties Method

Returns a complete set of browsable properties for the item type of the collection. If real items exists in the collection, then replace the reflective ones with IMS ones where possible to allow transacted updates through them.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaración
Private Function GetItemProperties ( _
    listAccessors As PropertyDescriptor() _
) As PropertyDescriptorCollection Implements ITypedList.GetItemProperties
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 does not support explicit interface implementations.

Parameters

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection of PropertyDescriptor objects that describe the items in the list.

Implements

ITypedList.GetItemProperties(array<PropertyDescriptor[])

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace