次の方法で共有


DnssdServiceInstance.TextAttributes プロパティ

定義

文字列の [名前、値] ペアの一覧として、このサービス インスタンスの属性を取得します。 属性はサービス クライアントによって検査され、サービス インスタンスに関する追加情報を特定できます。

サービスによって使用される特定の属性名と値は、サービスのデザイナーによって決定されます。 たとえば、マルチプレイヤー ゲームのサービス インスタンスには、インスタンスが使用しているゲーム マップや、インスタンスのゲーム難易度を記述する属性が含まれている場合があります。 マップまたは難易度レベルごとに異なるサービス インスタンスがアクティブになり、ゲーム サービスを使用するクライアントは属性値を使用して、プレーヤーの優先マップまたは難易度レベルに接続するゲーム サーバー インスタンスを決定できます。

public:
 property IMap<Platform::String ^, Platform::String ^> ^ TextAttributes { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> TextAttributes();
public IDictionary<string,string> TextAttributes { get; }
var iMap = dnssdServiceInstance.textAttributes;
Public ReadOnly Property TextAttributes As IDictionary(Of String, String)

プロパティ値

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

属性 [name,value] ペアのコレクション。

適用対象