Share via


ApplicationClass.UpdateObjects Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se gli oggetti estendibili possono essere aggiornati in fase di caricamento del pacchetto se viene trovata una versione aggiornata.

public:
 virtual property bool UpdateObjects { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(38)]
public virtual bool UpdateObjects { [System.Runtime.InteropServices.DispId(38)] get; [System.Runtime.InteropServices.DispId(38)] set; }
[<System.Runtime.InteropServices.DispId(38)>]
[<get: System.Runtime.InteropServices.DispId(38)>]
[<set: System.Runtime.InteropServices.DispId(38)>]
member this.UpdateObjects : bool with get, set
Public Overridable Property UpdateObjects As Boolean

Valore della proprietà

true se gli oggetti estendibili possono essere aggiornati in fase di caricamento del pacchetto quando viene trovata una versione aggiornata; in caso contrario, false.

Implementazioni

Attributi

Si applica a