共用方式為


ItemsSourceView.IndexFromKey(String) 方法

定義

擷取具有指定唯一標識碼的專案索引 (索引鍵) 。

public:
 virtual int IndexFromKey(Platform::String ^ key) = IndexFromKey;
int IndexFromKey(winrt::hstring const& key);
public int IndexFromKey(string key);
function indexFromKey(key)
Public Function IndexFromKey (key As String) As Integer

參數

key
String

Platform::String

winrt::hstring

要尋找索引的專案唯一標識碼 (索引鍵) 。

傳回

Int32

int

具有指定索引 的專案索引。

備註

在呼叫此方法之前,請先檢查 HasKeyIndexMapping 屬性 是否為 true 。 如果數據源不支援唯一標識符 (索引鍵值) ,此方法會導致 NotImplementedException。

適用於