WebTokenRequest.AppProperties 屬性

定義

取得要求的應用程式屬性。

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)

屬性值

IMap<String,String>

IDictionary<String,String>

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

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

要求的應用程式屬性。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

適用於