SelectionModel.Select Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
- Attribute
Gilt für:
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)
Parameter
- index
-
Int32
int
- Attribute