InputPropertyAttribute Clase

Definición

Representa un atributo que indica qué propiedad de un tipo es la propiedad de entrada XAML. Un procesador XAML usa esta información al procesar elementos secundarios XAML de representaciones XAML del tipo con atributos.

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
Herencia
InputPropertyAttribute
Atributos

Constructores

InputPropertyAttribute()

Inicializa una nueva instancia de la clase InputPropertyAttribute .

Campos

Name

Nombre de la propiedad.

Se aplica a

Consulte también