'宣言 Public Function GetItemProperties( _ ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _ ) As System.ComponentModel.PropertyDescriptorCollection
public System.ComponentModel.PropertyDescriptorCollection GetItemProperties( System.ComponentModel.PropertyDescriptor[] listAccessors )
パラメータ
- listAccessors
 - An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.
 
戻り値の型
The System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.