次の方法で共有


NumberSubstitution コンストラクター

定義

NumberSubstitution クラスの新しいインスタンスを初期化します。

オーバーロード

NumberSubstitution()

NumberSubstitution クラスの新しいインスタンスを初期化します。

NumberSubstitution(NumberCultureSource, CultureInfo, NumberSubstitutionMethod)

NumberSubstitution クラスの新しいインスタンスを明示的なプロパティ値で初期化します。

NumberSubstitution()

NumberSubstitution クラスの新しいインスタンスを初期化します。

public:
 NumberSubstitution();
public NumberSubstitution ();
Public Sub New ()

適用対象

NumberSubstitution(NumberCultureSource, CultureInfo, NumberSubstitutionMethod)

NumberSubstitution クラスの新しいインスタンスを明示的なプロパティ値で初期化します。

public:
 NumberSubstitution(System::Windows::Media::NumberCultureSource source, System::Globalization::CultureInfo ^ cultureOverride, System::Windows::Media::NumberSubstitutionMethod substitution);
public NumberSubstitution (System.Windows.Media.NumberCultureSource source, System.Globalization.CultureInfo cultureOverride, System.Windows.Media.NumberSubstitutionMethod substitution);
new System.Windows.Media.NumberSubstitution : System.Windows.Media.NumberCultureSource * System.Globalization.CultureInfo * System.Windows.Media.NumberSubstitutionMethod -> System.Windows.Media.NumberSubstitution
Public Sub New (source As NumberCultureSource, cultureOverride As CultureInfo, substitution As NumberSubstitutionMethod)

パラメーター

source
NumberCultureSource

数字置換の指定に使用されるカルチャ値のソースを識別します。

cultureOverride
CultureInfo

CultureSource プロパティの値が Override に設定されている場合に使用するカルチャを識別します。

substitution
NumberSubstitutionMethod

数字置換の指定に使用される置換方法を識別します。

適用対象