public interface IApplicationCatalog : IStorageElementSerialization,
IComparable, INotifyPropertyChanged
Public Interface IApplicationCatalog
Inherits IStorageElementSerialization, IComparable, INotifyPropertyChanged
public interface class IApplicationCatalog : IStorageElementSerialization,
IComparable, INotifyPropertyChanged
type IApplicationCatalog =
interface
interface IStorageElementSerialization
interface IComparable
interface INotifyPropertyChanged
end
Alias | Gets Название каталога |
IsDefault | Gets a value indicating whether Признак каталога по умолчанию |
LaunchedApplicationsCount | Gets Возвращает количество приложений из каталога находящихся в состоянии попытки запуска или запущенном состоянии |
LoadingState | Gets or sets Устанавливает состояние загрузки приложений |
OpenTimeOut | Gets Тайм-аут ожидания подключения к сервису |
Parent | Gets or sets Владелец каталогов приложений |
Password | Gets Пароль |
Path | Gets Путь к каталогу приложений |
SkipWinAuth | Признак того, что аутентификация Windows не выполняется, если не введён логин и пароль. |
UserName | Gets Имя пользователя |
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Унаследован от IComparable) |
DecLaunchedApplicationsCount | Уменьшает число запущенных приложений |
IncLaunchedApplicationsCount | Увеличивает число запущенных приложений |
Serialize |
Осущестляет запись свойств объекта в элемент container (Унаследован от IStorageElementSerialization) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |