IKeyIndexMapping.IndexFromKey(String) 方法

定义

检索具有指定唯一标识符的项的索引 (键) 。

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

具有指定 的项的索引。

适用于