IInternalConfigSystem Interface

Definition

Defines an interface used by .NET to initialize application configuration properties.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Attributes

Properties

SupportsUserConfig

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether the user configuration is supported.

Methods

GetSection(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the configuration object based on the specified key.

RefreshConfig(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Refreshes the configuration system based on the specified section name.

Applies to