RemoteSystemAppRegistration.Attributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此應用程式相關聯的屬性。
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)
屬性值
索引鍵/值屬性的對應。
備註
例如,您的應用程式可以定義唯一的識別碼屬性,並與用戶端裝置共用。 然後,他們可以在後續探索中尋找它。