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

특성

적용 대상