IKeyIndexMapping.IndexFromKey(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取具有指定唯一標識碼的專案索引 (索引鍵) 。
public:
int IndexFromKey(Platform::String ^ key);
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
具有指定 索引鍵之專案的索引。