Share via


Proprietà LongListSelector.ItemsSource

Spazio dei nomi:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
Public Property ItemsSource As IList
public IList ItemsSource { get; set; }
public:
property IList^ ItemsSource {
    IList^ get ();
    void set (IList^ value);
}
member ItemsSource : IList with get, set

Valore proprietà

Tipo: System.Collections.IList

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LongListSelector Classe

Spazio dei nomi Microsoft.Phone.Controls