Partager via


ChoiceAttribute Classe

Définition

Attribut de choix

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class ChoiceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type ChoiceAttribute = class
    inherit Attribute
Public NotInheritable Class ChoiceAttribute
Inherits Attribute
Héritage
ChoiceAttribute
Attributs

Constructeurs

ChoiceAttribute(Object[])

Créez un ChoiceAttribute avec candidates.

ChoiceAttribute(Object[], Object)

Créez un ChoiceAttribute avec candidates et defaultValue.

Propriétés

Candidates

Obtenez les candidats de cette option.

DefaultValue

Obtenez la valeur par défaut de cette option.

S’applique à