NumberFormatInfo.DigitSubstitution プロパティ

定義

グラフィカル ユーザー インターフェイスが数字の形状を表示する方法を指定する値を取得または設定します。

public:
 property System::Globalization::DigitShapes DigitSubstitution { System::Globalization::DigitShapes get(); void set(System::Globalization::DigitShapes value); };
public System.Globalization.DigitShapes DigitSubstitution { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Globalization.DigitShapes DigitSubstitution { get; set; }
member this.DigitSubstitution : System.Globalization.DigitShapes with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DigitSubstitution : System.Globalization.DigitShapes with get, set
Public Property DigitSubstitution As DigitShapes

プロパティ値

カルチャ固有の数字形状を指定する列挙値の 1 つ。

属性

例外

現在の NumberFormatInfo オブジェクトは読み取り専用です。

セット操作の値が正しい DigitShapes 値ではありません。

注釈

重要

DigitSubstitution プロパティは、将来使用するために予約されています。 現在、現在 NumberFormatInfo のオブジェクトの解析操作または書式設定操作では使用されません。

適用対象