TileContextSourceClone - метод |
Выполняет клонирование источника контекста для плиток.
Пространство имён:
Tessa.UI.Tiles
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ITileContextSource Clone(
ITileCloningContext cloningContext
)
Public Function Clone (
cloningContext As ITileCloningContext
) As ITileContextSource
public:
virtual ITileContextSource^ Clone(
ITileCloningContext^ cloningContext
) sealed
abstract Clone :
cloningContext : ITileCloningContext -> ITileContextSource
override Clone :
cloningContext : ITileCloningContext -> ITileContextSource
Параметры
- cloningContext
- Тип: Tessa.UI.TilesITileCloningContext
Контекст операции клонирования.
Возвращаемое значение
Тип:
ITileContextSourceСозданная копия источника контекста для плиток.
Реализации
ITileContextSourceClone(ITileCloningContext)См. также