BindableAttribute.IsDefaultAttribute Método
Definición
Determina si este atributo es el valor predeterminado.Determines if this attribute is the default.
public:
override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean
Devoluciones
true
si el atributo es el valor predeterminado de esta clase de atributos; en caso contrario, false
.true
if the attribute is the default value for this attribute class; otherwise, false
.