Skip to content

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

NameValueDescription
Implicit0Resolve all properties that use a subclass of View.
ExplicitOptIn1Resolve only properties with an WireUpResource attribute.
ExplicitOptOut2Resolve all View properties and those that use a subclass of View, except those with an IgnoreResource attribute.