ItemContainerGenerator.Items Propriété

Définition

Obtient la collection d'éléments appartenant à ce ItemContainerGenerator.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ Items { System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<object> Items { get; }
member this.Items : System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public ReadOnly Property Items As ReadOnlyCollection(Of Object)

Valeur de propriété

Collection d'éléments appartenant à ce ItemContainerGenerator.

Remarques

Cette propriété est fréquemment mise à jour. Par conséquent, n’enregistrez pas sa valeur.

S’applique à