BooleanChoiceAttribute Construtores
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.
Sobrecargas
BooleanChoiceAttribute() |
Crie um BooleanChoiceAttribute. |
BooleanChoiceAttribute(Boolean) |
Crie um BooleanChoiceAttribute com valor padrão. |
BooleanChoiceAttribute()
BooleanChoiceAttribute(Boolean)
Crie um BooleanChoiceAttribute com valor padrão.
public BooleanChoiceAttribute (bool defaultValue);
new Microsoft.ML.SearchSpace.BooleanChoiceAttribute : bool -> Microsoft.ML.SearchSpace.BooleanChoiceAttribute
Public Sub New (defaultValue As Boolean)
Parâmetros
- defaultValue
- Boolean
valor padrão para essa opção.