共用方式為


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>

定義屬性的索引鍵/值組對應。

備註

例如,您的應用程式可以定義唯一的識別碼屬性,並與用戶端裝置共用。 然後,他們可以在後續探索中尋找它。

適用於