Compartilhar via


ItemContainerGenerator.Items Propriedade

Definição

Obtém a coleção de itens que pertencem a esse 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)

Valor da propriedade

ReadOnlyCollection<Object>

A coleção de itens que pertencem a isso ItemContainerGenerator.

Comentários

Essa propriedade é atualizada com frequência, portanto, não salve seu valor.

Aplica-se a