LoopingSelector.Items Свойство

Определение

Возвращает список объектов LoopingSelectorItem .

public:
 property IVector<Platform::Object ^> ^ Items { IVector<Platform::Object ^> ^ get(); void set(IVector<Platform::Object ^> ^ value); };
IVector<IInspectable> Items();

void Items(IVector<IInspectable> value);
public IList<object> Items { get; set; }
var iVector = loopingSelector.items;
loopingSelector.items = iVector;
Public Property Items As IList(Of Object)

Значение свойства

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Список объектов LoopingSelectorItem .

Применяется к