ChoiceAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atributo choice
[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
- Herança
-
ChoiceAttribute
- Atributos
Construtores
ChoiceAttribute(Object[]) |
Crie um ChoiceAttribute com |
ChoiceAttribute(Object[], Object) |
Crie um ChoiceAttribute com |
Propriedades
Candidates |
Obtenha os candidatos dessa opção. |
DefaultValue |
Obtenha o valor padrão dessa opção. |