LayoutViewHost class¶
Attributes: [DebuggerDisplay("{View}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.LayoutViewHost
Modifiers: public
Summary¶
Base class implementing the Android ViewHolder pattern.
LayoutViewHost owns a single inflated View instance and
optionally wires child controls to properties on the host.
This type provides both AOT-safe construction paths and a legacy reflection-based auto-wireup path for compatibility.
Applies to
net10.0-android36.0
Class hierarchy
classDiagram
class LayoutViewHost
class ILayoutViewHost {
<>
}
ILayoutViewHost <|.. LayoutViewHost
class IEnableLogger {
<>
}
IEnableLogger <|.. LayoutViewHost
Implements: ILayoutViewHost, IEnableLogger
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [LayoutViewHost](# class. |
Properties¶
| Name | Summary |
|---|---|
| View | Gets the view associated with the current context, if available. |
Methods¶
| Name | Summary |
|---|---|
| ToView | Gets the backing [View](# for this host as a friendly alternate to the implicit operator. |
Operators¶
| Name | Summary |
|---|---|
| static op_Implicit | Implicitly converts a [LayoutViewHost](# to its backing [View](# |