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
- listAccessors
Type: array<System.ComponentModel.PropertyDescriptor[]
An array of PropertyDescriptors used to decide which which properties to return.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollection
A collection of PropertyDescriptor objects that describe the items in the list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.