Share via


SelectionModel.Select 方法

定義

多載

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

屬性

適用於