DesignOnlyAttribute.IsDesignOnly Proprietà

Definizione

Ottiene un valore che indica se una proprietà può essere impostata solo in fase di progettazione.

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

Valore della proprietà

true se una proprietà può essere impostata solo in fase di progettazione. In caso contrario, false.

Si applica a