IItemProperties Interface
Définition
Définit une propriété qui fournit des informations à propos des propriétés d'un objet.Defines a property that provides information about an object's properties.
public interface class IItemProperties
public interface IItemProperties
type IItemProperties = interface
Public Interface IItemProperties
- Dérivé
Remarques
Un CollectionView peut implémenter IItemProperties l’interface pour fournir des informations sur les propriétés qui sont disponibles sur les éléments dans sa collection.A CollectionView can implement the IItemProperties interface to provide information about the properties that are available on the items in its collection.
Propriétés
ItemProperties |
Obtient une collection qui contient des informations à propos des propriétés disponibles sur les éléments dans une collection.Gets a collection that contains information about the properties that are available on the items in a collection. |