WebTokenRequest.AppProperties 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 le proprietà dell'app della richiesta.
public:
property IMap<Platform::String ^, Platform::String ^> ^ AppProperties { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> AppProperties();
public IDictionary<string,string> AppProperties { get; }
var iMap = webTokenRequest.appProperties;
Public ReadOnly Property AppProperties As IDictionary(Of String, String)
Valore della proprietà
Proprietà dell'app della richiesta.
Requisiti Windows
Famiglia di dispositivi |
Windows 10 (è stato introdotto in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v2.0)
|