TileSourceContextSource - свойство |
Источник контекста для текущего объекта.
Пространство имён:
Tessa.UI.Tiles
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ITileContextSource ContextSource { get; set; }
Public Property ContextSource As ITileContextSource
Get
Set
public:
virtual property ITileContextSource^ ContextSource {
ITileContextSource^ get () sealed;
void set (ITileContextSource^ value) sealed;
}
abstract ContextSource : ITileContextSource with get, set
override ContextSource : ITileContextSource with get, set
Значение свойства
Тип:
ITileContextSourceРеализации
ITileSourceContextSourceИсключения Исключение | Условие |
---|
[Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
См. также Ссылки
[Tessa.Platform.ObjectSealedException]