Condividi tramite


RemoteSystemAppRegistration.Attributes Proprietà

Definizione

Ottiene gli attributi associati a questa applicazione.

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)

Valore della proprietà

IMap<String,String>

IDictionary<String,String>

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

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

Mappa degli attributi chiave/valore.

Commenti

Ad esempio, l'app potrebbe definire un attributo ID univoco e condividerlo con i dispositivi client. Quindi possono cercarlo nelle scoperte successive.

Si applica a