SelectionModel.Select Method
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.
Overloads
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)
Parameters
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
- Attributes
Applies to
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)
Parameters
- index
-
Int32
int
- Attributes