Defines the interface to navigate the setting override hierarchy of a component.
The following tables list the members exposed by the ISettingOverrideContainer type.
Public Properties
Name | Description | |
---|---|---|
ChildSettingOverrides | Retrieves a read-only collection of all immediate child settings overrides for SettingOverride. | |
HasOverrideBelow | Checks whether this container contains an override value in its descendents and itself. | |
ParentOverrideContainer | Retrieves the parent setting override container. If the object represents a top-level container, the return value is null. | |
SettingOverrides | Retrieves all descendent instances of SettingOverride. |