IConfigurationItem.

Apply(IInternalObjectContainer) Method

Summary

Gives a chance for the item to configure the just opened ObjectContainer.

Syntax

void Apply(IInternalObjectContainer container)

Remarks

Gives a chance for the item to configure the just opened ObjectContainer.

Parameters

Name Type Description
container IInternalObjectContainer the ObjectContainer to configure

Return Value

Type Description
void