IInternalConfigSystem Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 IInternalConfigSystempublic interface IInternalConfigSystem[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigSystemtype IInternalConfigSystem = interface[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigSystem = interfacePublic 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. |