SelectionModel.Deselect 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Deselect(Int32) | |
Deselect(Int32, Int32) |
Deselect(Int32)
public:
virtual void Deselect(int index) = Deselect;
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("Deselect")]
void Deselect(int const& index);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("Deselect")]
public void Deselect(int index);
Public Sub Deselect (index As Integer)
參數
- index
-
Int32
int
- 屬性
適用於
Deselect(Int32, Int32)
public:
virtual void Deselect(int groupIndex, int itemIndex) = Deselect;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("DeselectWithGroup")]
void Deselect(int const& groupIndex, int const& itemIndex);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("DeselectWithGroup")]
public void Deselect(int groupIndex, int itemIndex);
Public Sub Deselect (groupIndex As Integer, itemIndex As Integer)
參數
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
- 屬性