SelectionModel.IsSelected 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
| Name | Description |
|---|---|
| IsSelected(Int32) | |
| IsSelected(Int32, Int32) |
IsSelected(Int32)
public:
virtual IReference<bool> ^ IsSelected(int index) = IsSelected;
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("IsSelected")]
IReference<bool> IsSelected(int const& index);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("IsSelected")]
public System.Nullable<bool> IsSelected(int index);
function isSelected(index)
Public Function IsSelected (index As Integer) As Nullable(Of Boolean)
Parameters
- index
-
Int32
int
Returns
- Attributes
Applies to
IsSelected(Int32, Int32)
public:
virtual IReference<bool> ^ IsSelected(int groupIndex, int itemIndex) = IsSelected;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("IsSelectedWithGroup")]
IReference<bool> IsSelected(int const& groupIndex, int const& itemIndex);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("IsSelectedWithGroup")]
public System.Nullable<bool> IsSelected(int groupIndex, int itemIndex);
function isSelected(groupIndex, itemIndex)
Public Function IsSelected (groupIndex As Integer, itemIndex As Integer) As Nullable(Of Boolean)
Parameters
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
Returns
- Attributes