RemoteSystemAppRegistration.Attributes Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
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.