次の方法で共有


WnsHeaderCollection クラス

定義

Windows プッシュ通知サービス (WNS) ヘッダーのコレクションを表します。

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

コンストラクター

WnsHeaderCollection()

WnsHeaderCollection クラスの新しいインスタンスを初期化します。

適用対象