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]