IStorageElementOperationVisitorVisitLeaveContainer - метод |
Вызывается при обработке выхода из контейнера хранилища
Пространство имён:
Tessa.Applications.Containers.Storage
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис void VisitLeaveContainer(
[NotNullAttribute] IStorageElement container,
[NotNullAttribute] IOperationContext context
)
Sub VisitLeaveContainer (
<NotNullAttribute> container As IStorageElement,
<NotNullAttribute> context As IOperationContext
)
void VisitLeaveContainer(
[NotNullAttribute] IStorageElement^ container,
[NotNullAttribute] IOperationContext^ context
)
abstract VisitLeaveContainer :
[<NotNullAttribute>] container : IStorageElement *
[<NotNullAttribute>] context : IOperationContext -> unit
Параметры
- container
- Тип: Tessa.Applications.Containers.StorageIStorageElement
Контейнер элементов схемы
- context
- Тип: Tessa.Applications.ContainersIOperationContext
Контекст операции
См. также