IndexPath.CreateFromIndices(IVector<Int32>) 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:
static IndexPath ^ CreateFromIndices(IVector<int> ^ indices);
/// [Windows.Foundation.Metadata.Experimental]
static IndexPath CreateFromIndices(IVector<int> const& indices);
[Windows.Foundation.Metadata.Experimental]
public static IndexPath CreateFromIndices(IList<int> indices);
Public Shared Function CreateFromIndices (indices As IList(Of Integer)) As IndexPath
Parameters
Returns
- Attributes