ScriptManager.Visible プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean
プロパティ値
常に true
。
- 属性
例外
値が Visible プロパティに代入されます。
注釈
この値の Visible 設定を防ぐために、 ScriptManager クラスで プロパティがオーバーライドされます。 NotImplementedExceptionこのプロパティに値が割り当てられている場合、エラーが発生します。