Skip to content

WireUpResourceAttribute class

Attributes: [AttributeUsage(AttributeTargets.32767)] [DebuggerDisplay("{ResourceNameOverride}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.WireUpResourceAttribute Modifiers: public sealed

Summary

View source

        Specifies that a resource should be wired up to the target element, optionally using a specified resource name
        override.
        

Applies to

net10.0-android36.0

Class hierarchy
classDiagram
class WireUpResourceAttribute
class Attribute
Attribute <|-- WireUpResourceAttribute

Inherits from: Attribute

Remarks

Apply this attribute to a class, method, property, or other code element to indicate that a resource should be associated with it. Use the optional resource name override to specify a custom resource name if the default naming convention does not apply.

Constructors

NameSummary
.ctorInitializes a new instance of the [WireUpResourceAttribute](# class.

Properties

NameSummary
ResourceNameOverrideGets the resource name override.
Inherited members