RadioButtons.Items 属性

定义

获取用于生成 控件内容的集合。

public:
 property IVector<Platform::Object ^> ^ Items { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> Items();
public IList<object> Items { get; }
var iVector = radioButtons.items;
Public ReadOnly Property Items As IList(Of Object)

属性值

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

用于生成控件内容的集合(如果存在);否则为 null。 默认值为空集合。

注解

有关详细信息、设计指南和代码示例,请参阅 单选按钮

适用于

另请参阅