InputPropertyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |