ResourceCandidate.QualifierValues 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此 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)
屬性值
字典,其中包含與此 ResourceCandidate相關聯的所有限定詞。