InputPropertyAttribute Class

Definition

Represents an attribute that indicates which property of a type is the XAML input property. A XAML processor uses this information when processing XAML child elements of XAML representations of the attributed type.

public ref class InputPropertyAttribute sealed : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public sealed class InputPropertyAttribute : Attribute
Public NotInheritable Class InputPropertyAttribute
Inherits Attribute
Inheritance
InputPropertyAttribute
Attributes

Constructors

InputPropertyAttribute()

Initializes a new instance of the InputPropertyAttribute class.

Fields

Name

The property name.

Applies to

See also