Proprietà NumberRangesAttribute.CanBeAuto

Ottiene un valore che indica se l'intervallo può essere impostato automaticamente.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CanBeAuto As Nullable(Of Boolean)
    Get
public Nullable<bool> CanBeAuto { get; }
public:
property Nullable<bool> CanBeAuto {
    Nullable<bool> get ();
}
member CanBeAuto : Nullable<bool>
function get CanBeAuto () : Nullable<boolean>

Valore proprietà

Tipo: System.Nullable<Boolean>
true se l'intervallo può essere impostato automaticamente. In caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NumberRangesAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing