IndexPath.CreateFrom 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
CreateFrom(Int32) | |
CreateFrom(Int32, Int32) |
CreateFrom(Int32)
public:
static IndexPath ^ CreateFrom(int index);
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("CreateFrom")]
static IndexPath CreateFrom(int const& index);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("CreateFrom")]
public static IndexPath CreateFrom(int index);
Public Shared Function CreateFrom (index As Integer) As IndexPath
Parameters
- index
-
Int32
int
Returns
- Attributes
Applies to
CreateFrom(Int32, Int32)
public:
static IndexPath ^ CreateFrom(int groupIndex, int itemIndex);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("CreateFromGroupAndItemIndex")]
static IndexPath CreateFrom(int const& groupIndex, int const& itemIndex);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("CreateFromGroupAndItemIndex")]
public static IndexPath CreateFrom(int groupIndex, int itemIndex);
Public Shared Function CreateFrom (groupIndex As Integer, itemIndex As Integer) As IndexPath
Parameters
- groupIndex
-
Int32
int
- itemIndex
-
Int32
int
Returns
- Attributes