RefreshPropertiesAttribute(RefreshProperties) Costruttore

Definizione

Inizializza una nuova istanza della classe RefreshPropertiesAttribute.

public:
 RefreshPropertiesAttribute(System::ComponentModel::RefreshProperties refresh);
public RefreshPropertiesAttribute (System.ComponentModel.RefreshProperties refresh);
new System.ComponentModel.RefreshPropertiesAttribute : System.ComponentModel.RefreshProperties -> System.ComponentModel.RefreshPropertiesAttribute
Public Sub New (refresh As RefreshProperties)

Parametri

refresh
RefreshProperties

Valore RefreshProperties che indica la natura dell'aggiornamento.

Commenti

La RefreshPropertiesAttribute classe viene usata per aggiornare la visualizzazione in fase di progettazione.

Si applica a

Vedi anche