ResolveStrategy enum¶
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.ControlFetcherMixins.ResolveStrategy
Modifiers: public sealed
Summary¶
Resolution strategy for bindings.
Applies to
net10.0-android36.0
Values¶
| Name | Value | Description |
|---|---|---|
Implicit | 0 | Resolve all properties that use a subclass of View. |
ExplicitOptIn | 1 | Resolve only properties with an WireUpResource attribute. |
ExplicitOptOut | 2 | Resolve all View properties and those that use a subclass of View, except those with an IgnoreResource attribute. |