RefreshPropertiesAttribute.IsDefaultAttribute Метод
Определение
Возвращает значение, показывающее, является ли текущее значение атрибута его значением по умолчанию.Gets a value indicating whether the current value of the attribute is the default value for the attribute.
public:
override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean
Возвращаемое значение
Значение true
, если текущим значением атрибута является значение по умолчанию; в противном случае — значение false
.true
if the current value of the attribute is the default; otherwise, false
.