Condividi tramite


RemoteSystemApp.Attributes Proprietà

Definizione

Attributi specifici dell'app di questa applicazione.

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)

Valore della proprietà

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Mappa delle coppie chiave/valore che definiscono gli attributi.

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