次の方法で共有


RemoteSystemAppRegistration.Attributes プロパティ

定義

このアプリケーションに関連付けられている属性を取得します。

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

プロパティ値

IMap<String,String>

IDictionary<String,String>

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

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

キー/値属性のマップ。

注釈

たとえば、アプリで一意の ID 属性を定義し、クライアント デバイスと共有できます。 次に、後続の検出でそれを探すことができます。

適用対象