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