SelectionModel.Select 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Select(Int32, Int32) | |
Select(Int32) |
Select(Int32, Int32)
public:
virtual void Select(int groupIndex, int itemIndex) = Select;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("SelectWithGroup")]
void Select(int const& groupIndex, int const& itemIndex);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("SelectWithGroup")]
public void Select(int groupIndex, int itemIndex);
Public Sub Select (groupIndex As Integer, itemIndex As Integer)
参数
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
- 属性
适用于
Select(Int32)
public:
virtual void Select(int index) = Select;
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("Select")]
void Select(int const& index);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("Select")]
public void Select(int index);
Public Sub Select (index As Integer)
参数
- index
-
Int32
int
- 属性