PipsPagerTemplateSettings.PipsPagerItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置表示 PipsPager 中 pips 的整数列表。
public:
property IVector<int> ^ PipsPagerItems { IVector<int> ^ get(); };
IVector<int> PipsPagerItems();
public IList<int> PipsPagerItems { get; }
var iVector = pipsPagerTemplateSettings.pipsPagerItems;
Public ReadOnly Property PipsPagerItems As IList(Of Integer)