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