TextFileConfigurationProvider Constructor
Constructor
Syntax
public TextFileConfigurationProvider( string name, string displayName, string filePath, string match, string newConfigurationFormat, int precedence, string source, bool autoSave, bool createIfMissing, string autoPrefix )
public: TextFileConfigurationProvider( String^ name, String^ displayName, String^ filePath, String^ match, String^ newConfigurationFormat, int precedence, String^ source, bool autoSave, bool createIfMissing, String^ autoPrefix )
Parameters
- name
- displayName
- filePath
- match
- regular expression match
- newConfigurationFormat
- precedence
- source
- autoSave
- createIfMissing
- autoPrefix
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also