次の方法で共有


TemplateBaseAttribute.ChoiceFormat プロパティ

定義

\ref patterns 文字列で {||} の選択肢を表示するときに、各選択肢を表示するために使用される書式指定文字列。

public string ChoiceFormat { get; set; }
member this.ChoiceFormat : string with get, set
Public Property ChoiceFormat As String

プロパティ値

注釈

選択肢の形式には 2 つの引数 {0} が渡されます。これは選択肢の番号であり、 {1} フィールド名です。

適用対象