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)
屬性值
定義屬性的索引鍵/值組對應。
備註
例如,您的應用程式可以定義唯一的識別碼屬性,並與用戶端裝置共用。 然後,他們可以在後續探索中尋找它。