ICompositeTComponent, TOperationAddComponent - метод
Добавляет компонент component в контейнер.
Добавляемый компонент должен быть не равен null.
Пространство имён: Tessa.Applications.ContainersСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[NotNullAttribute]
TComponent AddComponent(
[NotNullAttribute] TComponent component
)
<NotNullAttribute>
Function AddComponent (
<NotNullAttribute> component As TComponent
) As TComponent
[NotNullAttribute]
TComponent AddComponent(
[NotNullAttribute] TComponent component
)
[<NotNullAttribute>]
abstract AddComponent :
[<NotNullAttribute>] component : 'TComponent -> 'TComponent
- component TComponent
-
Добавляемый в контейнер компонент.
TComponent
Возвращает добавленный в контейнер компонент
ArgumentNullException |
Компонент component равен null
|