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
'宣言
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
- 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.
Implements
ITypedList.GetItemProperties(array<PropertyDescriptor[])
.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.