WebControl.HasAttributes プロパティ

定義

コントロールに属性セットがあるかどうかを示す値を取得します。

public:
 property bool HasAttributes { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HasAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HasAttributes : bool
Public ReadOnly Property HasAttributes As Boolean

プロパティ値

コントロールに属性セットがある場合は true。それ以外の場合は false

属性

注釈

プロパティは HasAttributestrue インスタンスに属性名と値の WebControl ペアがある場合に を返します。

適用対象

こちらもご覧ください