Class ResolveByNameAttribute
Indicates that the property resolves an element by Name or x:Name. When applying this to attached properties, ensure to put on both the Getter and Setter methods.
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property)]
public sealed class ResolveByNameAttribute : Attribute
- Inheritance
-
ResolveByNameAttribute
- Inherited Members
Constructors
ResolveByNameAttribute()
public ResolveByNameAttribute()