DelegatingConfigHost.CreateConfigurationContext(String, String) Metodo

Definizione

Crea un nuovo contesto di configurazione.

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

public:
 virtual System::Object ^ CreateConfigurationContext(System::String ^ configPath, System::String ^ locationSubPath);
public virtual object CreateConfigurationContext(string configPath, string locationSubPath);
abstract member CreateConfigurationContext : string * string -> obj
override this.CreateConfigurationContext : string * string -> obj
Public Overridable Function CreateConfigurationContext (configPath As String, locationSubPath As String) As Object

Parametri

configPath
String

Stringa che rappresenta il percorso di un file di configurazione.

locationSubPath
String

Stringa che rappresenta un sottopercorso della posizione.

Valori restituiti

Oggetto Object che rappresenta un nuovo contesto di configurazione.

Implementazioni

Si applica a