Share via


RemoteSystemApp.Attributes プロパティ

定義

このアプリケーションのアプリ固有の属性。

public:
 property IMapView<Platform::String ^, Platform::String ^> ^ Attributes { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> Attributes();
public IReadOnlyDictionary<string,string> Attributes { get; }
var iMapView = remoteSystemApp.attributes;
Public ReadOnly Property Attributes As IReadOnlyDictionary(Of String, String)

プロパティ値

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

属性を定義するキーと値のペアのマップ。

注釈

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

適用対象