ReadOnlyLinkedElementCollection<T>.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
Protected Function GetItemProperties ( _
    listAccessors As PropertyDescriptor() _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetItemProperties(
    PropertyDescriptor[] listAccessors
)
protected:
PropertyDescriptorCollection^ GetItemProperties(
    array<PropertyDescriptor^>^ listAccessors
)
member GetItemProperties : 
        listAccessors:PropertyDescriptor[] -> PropertyDescriptorCollection 
protected function GetItemProperties(
    listAccessors : PropertyDescriptor[]
) : PropertyDescriptorCollection

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

Microsoft.VisualStudio.Modeling Namespace