次の方法で共有


TemplateControl.AutoHandlers プロパティ

このプロパティは,.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

メモ : このプロパティは,互換性のために残されています。

AutoHandlers プロパティは、ASP.NET Version 2.0 では推奨されていません。このプロパティは生成されたクラスによって使用され、コードから使用するためのものではありません。

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)

構文

'宣言
<ObsoleteAttribute("Use of this property is not recommended because it is no longer useful. https://go.microsoft.com/fwlink/?linkid=14202")> _
Protected Overridable Property AutoHandlers As Integer
'使用
Dim value As Integer

value = Me.AutoHandlers

Me.AutoHandlers = value
[ObsoleteAttribute("Use of this property is not recommended because it is no longer useful. https://go.microsoft.com/fwlink/?linkid=14202")] 
protected virtual int AutoHandlers { get; set; }
[ObsoleteAttribute(L"Use of this property is not recommended because it is no longer useful. https://go.microsoft.com/fwlink/?linkid=14202")] 
protected:
virtual property int AutoHandlers {
    int get ();
    void set (int value);
}
/** @property */
protected int get_AutoHandlers ()

/** @property */
protected void set_AutoHandlers (int value)
protected function get AutoHandlers () : int

protected function set AutoHandlers (value : int)
適用できません。

プロパティ値

常に 0 を返します。

プラットフォーム

Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition

Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。

バージョン情報

.NET Framework

サポート対象 : 1.0,1.1,2.0
3.0 では,互換性のために残されています (コンパイル時に警告)

参照

関連項目

TemplateControl クラス
TemplateControl メンバ
System.Web.UI 名前空間