다음을 통해 공유


GlobalizationPreferences.Currencies 속성

정의

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

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

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

사용자가 선호하는 통화에 대한 하나 이상의 통화 식별자입니다.

적용 대상