IConfigurationManagerInternal.SetConfigurationSystemInProgress Proprietà

Definizione

Ottiene un valore che rappresenta lo stato del sistema di configurazione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

true se il sistema di configurazione sta per essere inizializzato; in caso contrario, false.

Commenti

La SetConfigurationSystemInProgress proprietà viene utilizzata da System.Diagnostics durante l'inizializzazione della configurazione.

Si applica a

Vedi anche