 | 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.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual void InitWithContext(
ICTExtension parent,
ISettingsContext context
)
Public Overridable Sub InitWithContext (
parent As ICTExtension,
context As ISettingsContext
)
Parameters
- parent ICTExtension
- context ISettingsContext
Revision HistoryDate | Version | Description |
---|
- | 2024 SP0 | First Release |
See Also