DescriptionAttribute.IsDefaultAttribute メソッド

定義

これが既定の DescriptionAttribute インスタンスであるかどうかを示す値を返します。

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

戻り値

これが既定の DescriptionAttribute インスタンスである場合は true。それ以外の場合は false

注釈

既定値は空の文字列 ("") です。

適用対象