Share via


SelectionModel.SetAnchorIndex メソッド

定義

オーバーロード

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)

パラメーター

index
Int32

int

属性

適用対象

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)

パラメーター

groupIndex
Int32

int

itemIndex
Int32

int

属性

適用対象