SelectionModel.SetAnchorIndex Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- index
-
Int32
int
- Atributos
Aplica-se a
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)
Parâmetros
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
- Atributos