你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApnsHeaderCollection 类

定义

提供 APNS 标头的集合。

[System.Runtime.Serialization.CollectionDataContract(ItemName="ApnsHeader", KeyName="Header", Name="ApnsHeaders", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")]
public sealed class ApnsHeaderCollection : System.Collections.Generic.SortedDictionary<string,string>
[<System.Runtime.Serialization.CollectionDataContract(ItemName="ApnsHeader", KeyName="Header", Name="ApnsHeaders", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")>]
type ApnsHeaderCollection = class
    inherit SortedDictionary<string, string>
Public NotInheritable Class ApnsHeaderCollection
Inherits SortedDictionary(Of String, String)
继承
ApnsHeaderCollection
属性

构造函数

ApnsHeaderCollection()

初始化 ApnsHeaderCollection 类的新实例。

适用于