次の方法で共有


ResourceCandidate.QualifierValues プロパティ

定義

この ResourceCandidate に関連付けられている修飾子を取得します。

public:
 property IMapView<Platform::String ^, Platform::String ^> ^ QualifierValues { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> QualifierValues();
public IReadOnlyDictionary<string,string> QualifierValues { get; }
var iMapView = resourceCandidate.qualifierValues;
Public ReadOnly Property QualifierValues As IReadOnlyDictionary(Of String, String)

プロパティ値

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

この ResourceCandidate に関連付けられているすべての修飾子を含むディクショナリ。

適用対象