IInternalConfigSystem Interface

Definitie

Definieert een interface die door .NET wordt gebruikt om eigenschappen van de toepassingsconfiguratie te initialiseren.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public interface class IInternalConfigSystem
public interface IInternalConfigSystem
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigSystem
type IInternalConfigSystem = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigSystem = interface
Public Interface IInternalConfigSystem
Kenmerken

Eigenschappen

Name Description
SupportsUserConfig

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Hiermee wordt een waarde opgehaald die aangeeft of de gebruikersconfiguratie wordt ondersteund.

Methoden

Name Description
GetSection(String)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Retourneert het configuratieobject op basis van de opgegeven sleutel.

RefreshConfig(String)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Hiermee vernieuwt u het configuratiesysteem op basis van de opgegeven sectienaam.

Van toepassing op