共用方式為


ResourceContextLanguagesVectorView.IndexOf(String, UInt32) 方法

定義

傳回集合中指定 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.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

適用於