Condividi tramite


BooleanChoiceAttribute Costruttori

Definizione

Overload

BooleanChoiceAttribute()

Creare un oggetto BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Creare un BooleanChoiceAttribute oggetto con il valore predefinito.

BooleanChoiceAttribute()

Creare un oggetto BooleanChoiceAttribute.

public BooleanChoiceAttribute ();
Public Sub New ()

Si applica a

BooleanChoiceAttribute(Boolean)

Creare un BooleanChoiceAttribute oggetto con il valore predefinito.

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

Parametri

defaultValue
Boolean

valore predefinito per questa opzione.

Si applica a