SelectorBar.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of SelectorBarItem
instances used to generate the content of the SelectorBar
control.
public:
property IVector<SelectorBarItem ^> ^ Items { IVector<SelectorBarItem ^> ^ get(); };
IVector<SelectorBarItem> Items();
public IList<SelectorBarItem> Items { get; }
var iVector = selectorBar.items;
Public ReadOnly Property Items As IList(Of SelectorBarItem)
Property Value
The collection of SelectorBarItem
instances used to generate the content of the SelectorBar
control. The default is an empty collection.