ListBindableAttribute.IsDefaultAttribute Método
Definição
Retorna se ListBindable é definido como o valor padrão.Returns whether ListBindable is set to the default value.
public:
override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean
Retornos
true se ListBindable for definido como o valor padrão; caso contrário, false.true if ListBindable is set to the default value; otherwise, false.