public sealed class ThemeSettings : IThemeSettings
Public NotInheritable Class ThemeSettings
Implements IThemeSettings
public ref class ThemeSettings sealed : IThemeSettings
[<SealedAttribute>]
type ThemeSettings =
class
interface IThemeSettings
end
ThemeSettings | Инициализирует новый экземпляр класса ThemeSettings |
DefaultThemeName | Название дефолтной темы. Если равно null, то этапа копирования из дефолтной темы не будет. |
FileSearchPattern | Шаблон поиска файлов с темами в папках FolderPathList. Например, *.json. Не может быть равен null или пустой строке. |
FolderPathList | Список папок, содержащий загружаемые темы. Может быть равен null или пустой строке, в этом случае сканирование на темы в файлах не выполняется. |
PropertiesSearchPattern | Шаблон поиска файлов со свойствами тем в папках FolderPathList. Например, *.json. Не может быть равен null или пустой строке. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetFromConfig | Устанавливает настройки тем из конфигурационного файла. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |