ThemeableAttribute.IsDefaultAttribute Método

Definição

Obtém um valor que indica se a instância atual é equivalente a uma instância Default da classe ThemeableAttribute.Gets a value indicating whether the current instance is equivalent to a Default instance of the ThemeableAttribute class.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

Retornos

Boolean

true se a instância atual for equivalente a uma instância Default da classe; caso contrário, false.true if the current instance is equivalent to a Default instance of the class; otherwise, false.

Aplica-se a