DesignOnlyAttribute.IsDesignOnly Propriété

Définition

Obtient une valeur indiquant si une propriété ne peut être définie qu'au moment du design.

public:
 property bool IsDesignOnly { bool get(); };
public bool IsDesignOnly { get; }
member this.IsDesignOnly : bool
Public ReadOnly Property IsDesignOnly As Boolean

Valeur de propriété

true si une propriété peut être définie uniquement au moment du design ; sinon, false.

S’applique à