ResourceContextLanguagesVectorView.IndexOf(String, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回集中指定 ResourceContext 语言限定符的索引。
public:
virtual bool IndexOf(Platform::String ^ value, [Out] unsigned int & index) = IVectorView<Platform::String ^>::IndexOf;
bool IndexOf(winrt::hstring const& value, [Out] uint32_t & index);
public bool IndexOf(string value, out uint index);
Public Function IndexOf (value As String, ByRef index As UInteger) As Boolean
参数
- value
-
String
Platform::String
winrt::hstring
在集中查找的 ResourceContext 语言限定符。
- index
-
UInt32
unsigned int
uint32_t
如果找到该项,则 为 ResourceContext 语言限定符的从零开始的索引。 如果未找到该项,则方法返回零。
返回
Boolean
bool
如果找到 ResourceContext 语言限定符,则为 TRUE 的布尔值;否则为 FALSE。
实现
M:Windows.Foundation.Collections.IVectorView
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)