 | SettingsObjectInitWithContext Method |
Called immediately after this object is created as new or when reinitialization is needed before deserialization.
Calls
Init(ICTExtension) internally but also sets
Context as given.
Namespace:
CTExtensions.ExportCore.Config
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic virtual void InitWithContext(
ICTExtension parent,
ISettingsContext context
)
Public Overridable Sub InitWithContext (
parent As ICTExtension,
context As ISettingsContext
)
Parameters
- parent
- Type: ICTExtension
- context
- Type: CTExtensions.ExportCore.ConfigISettingsContext
See Also