SelectionModel.SetAnchorIndex Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetAnchorIndex(Int32) | |
SetAnchorIndex(Int32, Int32) |
SetAnchorIndex(Int32)
public:
virtual void SetAnchorIndex(int index) = SetAnchorIndex;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("SetAnchorIndex")]
void SetAnchorIndex(int const& index);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("SetAnchorIndex")]
public void SetAnchorIndex(int index);
Public Sub SetAnchorIndex (index As Integer)
Paramètres
- index
-
Int32
int
- Attributs
S’applique à
SetAnchorIndex(Int32, Int32)
public:
virtual void SetAnchorIndex(int groupIndex, int itemIndex) = SetAnchorIndex;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("SetAnchorIndexWithGroup")]
void SetAnchorIndex(int const& groupIndex, int const& itemIndex);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("SetAnchorIndexWithGroup")]
public void SetAnchorIndex(int groupIndex, int itemIndex);
Public Sub SetAnchorIndex (groupIndex As Integer, itemIndex As Integer)
Paramètres
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
- Attributs