共用方式為


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>

索引鍵/值屬性的對應。

備註

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

適用於