LoopingSelector.Items 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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)
属性值
LoopingSelectorItem 对象的列表。