TemplateBaseAttribute.ChoiceFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Format string used for presenting each choice when showing {||} choices in a \ref patterns string.
public string ChoiceFormat { get; set; }
member this.ChoiceFormat : string with get, set
Public Property ChoiceFormat As String
Property Value
Remarks
The choice format is passed two arguments, {0} is the number of the choice and {1} is the field name.