Compartir a través de


BooleanChoiceAttribute Constructores

Definición

Sobrecargas

BooleanChoiceAttribute()

Crear un control BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Cree un BooleanChoiceAttribute objeto con el valor predeterminado.

BooleanChoiceAttribute()

Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs

Crear un control BooleanChoiceAttribute.

public BooleanChoiceAttribute();
Public Sub New ()

Se aplica a

BooleanChoiceAttribute(Boolean)

Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs

Cree un BooleanChoiceAttribute objeto con el valor predeterminado.

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 predeterminado para esta opción.

Se aplica a