ClassWpfSettingsConfigSectionHandler
Class
Configuration section for WPF settings.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class WpfSettingsConfigSectionHandler : ConfigurationSection
Inheritance: objectConfigurationElementConfigurationSectionWpfSettingsConfigSectionHandler
Inherited Members
Constructors
WpfSettingsConfigSectionHandler()
Declaration
cs-api-definition
public WpfSettingsConfigSectionHandler()
Properties
DefaultApplicationArgs
Represents the default application arguments for the WPF tests.
Declaration
cs-api-definition
[ConfigurationProperty("defaultApplicationArgs", IsRequired = false)]
public string DefaultApplicationArgs { get; set; }
Property Value
DefaultApplicationPath
Represents the default application path for the WPF tests.
Declaration
cs-api-definition
[ConfigurationProperty("defaultApplicationPath", IsRequired = false)]
public string DefaultApplicationPath { get; set; }
Property Value
DefaultApplicationWorkingFolder
Represents the default application working folder for the WPF tests.
Declaration
cs-api-definition
[ConfigurationProperty("defaultApplicationWorkingFolder", IsRequired = false)]
public string DefaultApplicationWorkingFolder { get; set; }
Property Value