Partager via


BooleanChoiceAttribute Constructeurs

Définition

Surcharges

BooleanChoiceAttribute()

Créer un BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Créez une BooleanChoiceAttribute valeur par défaut.

BooleanChoiceAttribute()

public BooleanChoiceAttribute ();
Public Sub New ()

S’applique à

BooleanChoiceAttribute(Boolean)

Créez une BooleanChoiceAttribute valeur par défaut.

public BooleanChoiceAttribute (bool defaultValue);
new Microsoft.ML.SearchSpace.BooleanChoiceAttribute : bool -> Microsoft.ML.SearchSpace.BooleanChoiceAttribute
Public Sub New (defaultValue As Boolean)

Paramètres

defaultValue
Boolean

valeur par défaut de cette option.

S’applique à