MessageFormat 생성자

정의

오버로드

Name Description
MessageFormat(String)

기본 FORMAT 로캘 및 지정된 패턴에 대한 MessageFormat을 생성합니다.

MessageFormat(IntPtr, JniHandleOwnership)
MessageFormat(String, ULocale)

지정된 로캘 및 패턴에 대한 MessageFormat을 생성합니다.

MessageFormat(String, Locale)

지정된 로캘 및 패턴에 대한 MessageFormat을 생성합니다.

MessageFormat(String)

기본 FORMAT 로캘 및 지정된 패턴에 대한 MessageFormat을 생성합니다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
public MessageFormat(string? pattern);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Icu.Text.MessageFormat : string -> Android.Icu.Text.MessageFormat

매개 변수

pattern
String

이 메시지 형식의 패턴

특성

설명

기본 FORMAT 로캘 및 지정된 패턴에 대한 MessageFormat을 생성합니다. 로캘을 설정하고 applyPattern(pattern)을 호출합니다.

에 대한 android.icu.text.MessageFormat.MessageFormat(java.lang.String)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

MessageFormat(IntPtr, JniHandleOwnership)

protected MessageFormat(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.MessageFormat : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.MessageFormat

매개 변수

javaReference
IntPtr

nativeint

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

MessageFormat(String, ULocale)

지정된 로캘 및 패턴에 대한 MessageFormat을 생성합니다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public MessageFormat(string? pattern, Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.MessageFormat : string * Android.Icu.Util.ULocale -> Android.Icu.Text.MessageFormat

매개 변수

pattern
String

이 메시지 형식의 패턴

locale
ULocale

이 메시지 형식의 로캘

특성

설명

지정된 로캘 및 패턴에 대한 MessageFormat을 생성합니다. 로캘을 설정하고 applyPattern(pattern)을 호출합니다.

에 대한 android.icu.text.MessageFormat.MessageFormat(java.lang.String, android.icu.util.ULocale)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

MessageFormat(String, Locale)

지정된 로캘 및 패턴에 대한 MessageFormat을 생성합니다.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/Locale;)V", "", ApiSince=24)]
public MessageFormat(string? pattern, Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.MessageFormat : string * Java.Util.Locale -> Android.Icu.Text.MessageFormat

매개 변수

pattern
String

이 메시지 형식의 패턴

locale
Locale

이 메시지 형식의 로캘

특성

설명

지정된 로캘 및 패턴에 대한 MessageFormat을 생성합니다. 로캘을 설정하고 applyPattern(pattern)을 호출합니다.

에 대한 android.icu.text.MessageFormat.MessageFormat(java.lang.String, java.util.Locale)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상