Freigeben über


RemoteSystemAppRegistration.Attributes Eigenschaft

Definition

Ruft die attribute ab, die dieser Anwendung zugeordnet sind.

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)

Eigenschaftswert

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

Eine Zuordnung von Schlüssel-Wert-Attributen.

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: