RemoteSystemApp.Attributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此应用程序的应用特定属性。
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)
属性值
定义属性的键/值对的映射。
注解
例如,应用可以定义唯一的 ID 属性,并将其与客户端设备共享。 然后,他们可以在后续发现中查找它。