HttpLanguageHeaderValueCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示请求或响应中 HTTP 内容的内容 语言 HTTP 标头的值。
public ref class HttpLanguageHeaderValueCollection sealed : IIterable<Language ^>, IVector<Language ^>, IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HttpLanguageHeaderValueCollection final : IIterable<Language>, IVector<Language>, IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HttpLanguageHeaderValueCollection final : IIterable<Language>, IVector<Language>, IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HttpLanguageHeaderValueCollection : IEnumerable<Language>, IList<Language>, IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HttpLanguageHeaderValueCollection : IEnumerable<Language>, IList<Language>, IStringable
Public NotInheritable Class HttpLanguageHeaderValueCollection
Implements IEnumerable(Of Language), IList(Of Language), IStringable
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
HttpLanguageHeaderValueCollection 类表示在 HTTP 请求中发送或在响应中收到的 HTTP 内容的 Content-Language HTTP 标头的值。
HttpContentHeaderCollection 上的 ContentLanguage 属性返回 HttpLanguageHeaderValueCollection 对象。
属性
Size |
获取集合中 Language 对象的数目。 |
方法
Append(Language) |
将新的 Language 项添加到集合的末尾。 |
Clear() |
从集合中删除所有对象。 |
First() |
检索集合中第一个 Language 项的迭代器。 |
GetAt(UInt32) |
返回集合中指定索引处 的 Language 项。 |
GetMany(UInt32, Language[]) |
检索从集合中的指定索引处开始 的 Language 项。 |
GetView() |
返回 HttpLanguageHeaderValueCollection 的不可变视图。 |
IndexOf(Language, UInt32) |
检索集合中 Language 的索引。 |
InsertAt(UInt32, Language) |
将 Language 插入集合中的指定索引处。 |
ParseAdd(String) |
分析 HttpLanguageHeaderValueCollection 并将条目添加到 HttpLanguageHeaderValueCollection。 |
RemoveAt(UInt32) |
从 HttpLanguageHeaderValueCollection 中删除指定索引处的条目。 |
RemoveAtEnd() |
从集合中删除最后一个 语言 项。 |
ReplaceAll(Language[]) | |
SetAt(UInt32, Language) |
设置集合中指定索引处 的语言 。 |
ToString() |
返回表示当前 HttpLanguageHeaderValueCollection 对象的字符串。 |
TryParseAdd(String) |
尝试分析指定的项并将其添加到 HttpLanguageHeaderValueCollection。 |