HttpLanguageHeaderValueCollection.IndexOf(Language, UInt32) 方法

定義

擷取集合中 Language 的索引。

public:
 virtual bool IndexOf(Language ^ value, [Out] unsigned int & index) = IVector<Language ^>::IndexOf;
bool IndexOf(Language const& value, [Out] uint32_t & index);
public bool IndexOf(Language value, out uint index);
Public Function IndexOf (value As Language, ByRef index As UInteger) As Boolean

參數

value
Language

要在 HttpLanguageHeaderValueCollection中尋找的專案。

index
UInt32

unsigned int

uint32_t

HttpLanguageHeaderValueCollectionLanguage專案的索引。

如果找到專案,則這是專案以零起始的索引;否則,此參數為 0。

傳回

Boolean

bool

指出是否找到專案。

如果找到語言專案,則為true;否則為false

實作

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

適用於