Freigeben über


RemoteSystemApp.Attributes Eigenschaft

Definition

Die app-spezifischen Attribute dieser Anwendung.

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)

Eigenschaftswert

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

Eine Zuordnung von Schlüssel-Wert-Paaren, die die Attribute definieren.

Hinweise

Beispielsweise könnte Ihre App ein eindeutiges ID-Attribut definieren und es für Clientgeräte freigeben. Dann können sie in nachfolgenden Entdeckungen danach suchen.

Gilt für: