ChoiceAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- Herencia
-
ChoiceAttribute
- Atributos
Constructores
| ChoiceAttribute(Object[]) |
Cree un elemento ChoiceAttribute con |
| ChoiceAttribute(Object[], Object) |
Cree un ChoiceAttribute objeto con |
Propiedades
| Candidates |
Obtenga los candidatos de esta opción. |
| DefaultValue |
Obtenga el valor predeterminado de esta opción. |