SimplePropertyEntry.UseSetAttribute Propiedad

Definición

Obtiene o establece un valor que indica si se debería llamar al método SetAttribute(String, String) 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

Es true si se debería llamar al método SetAttribute(String, String); en caso contrario, es false.

Se aplica a

Consulte también