次の方法で共有


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 クラスの新しいインスタンスを初期化します。

適用対象