Class NotAlwaysLoadedAttribute
Attribute to mark a UIView property whose value is not systematically loaded (its facade has AlwaysLoaded == false).
The value of such a property may be absent (not loaded) at runtime, so reading it is only allowed from a context where the
developer is explicitly deriving a value (a UIView property Getter/Setter or a UIView computed Getter). The transpiler
forbids reading it anywhere else (event rules, actions, methods, style rules, ...).
[AttributeUsage(AttributeTargets.Property)]
public class NotAlwaysLoadedAttribute : Attribute
- Inheritance
-
NotAlwaysLoadedAttribute
- Inherited Members