다음을 통해 공유


GlobalizationPreferencesForUser.Currencies 속성

정의

기본 설정 순서대로 표현된 사용자가 선호하는 통화 집합을 가져옵니다.

public:
 property IVectorView<Platform::String ^> ^ Currencies { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Currencies();
public IReadOnlyList<string> Currencies { get; }
var iVectorView = globalizationPreferencesForUser.currencies;
Public ReadOnly Property Currencies As IReadOnlyList(Of String)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

하나 이상의 통화 식별자입니다.

적용 대상