Click or drag to resize

SettingsObject Properties

The SettingsObject type exposes the following members.

Properties
 NameDescription
Public propertyContext Given context for this object if any. If the settings object supports context, it must be initialized using InitWithContext(ICTExtension, ISettingsContext).
Protected propertyHasSerializedCustomData This flag tells whether custom data has been serialized by overriding a CUSTOMTOOLS' core settings object. This is important to check at overridden implementation of deserialization methods to avoid attempts of deserializing content that is not even stored. See also IsCustomized. For implementation that do not override existing extensions, this can be ignored.
Public propertyParentExtension Parent Extension
Public propertyVersion Version of this object, automatically included in serialization.
Top
See Also