_getConfigData ( forObj, configKey )
Return a value of configKey for forObj or NOT_FOUND
Note that configKey is an IConfigKey instance and may therefore be
a PropertyName or an Interface object.
Also note that binding.Component implements this method by simply
returning NOT_FOUND , and that is a perfectly acceptable
implementation for many purposes.
|