Partager via


NumberRangesAttribute.CanBeAuto, propriété

Obtient une valeur qui indique si la plage peut être définie automatiquement.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Nullable<Boolean>
true si la portée peut être définie automatiquement ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

NumberRangesAttribute Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms