SelectionModel.IsSelectedAt(IndexPath) 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.
public:
virtual IReference<bool> ^ IsSelectedAt(IndexPath ^ index) = IsSelectedAt;
/// [Windows.Foundation.Metadata.Experimental]
IReference<bool> IsSelectedAt(IndexPath const& index);
[Windows.Foundation.Metadata.Experimental]
public System.Nullable<bool> IsSelectedAt(IndexPath index);
Public Function IsSelectedAt (index As IndexPath) As Nullable(Of Boolean)
Parameters
- index
- IndexPath
Returns
IReference<bool>
- Attributes