SimplePropertyEntry.UseSetAttribute Propiedad

Definición

Obtiene o establece un valor que indica si se debe llamar al SetAttribute(String, String) método para la propiedad durante la creación del código.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 property bool UseSetAttribute { bool get(); void set(bool value); };
public bool UseSetAttribute { get; set; }
member this.UseSetAttribute : bool with get, set
Public Property UseSetAttribute As Boolean

Valor de propiedad

true es si SetAttribute(String, String) se debe llamar a ; de lo contrario, falsees .

Se aplica a

Consulte también