BuildProviderAppliesToAttribute クラス
アセンブリ: System.Web (system.web.dll 内)

<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=False)> _ Public NotInheritable Class BuildProviderAppliesToAttribute Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false)] public sealed class BuildProviderAppliesToAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false)] public ref class BuildProviderAppliesToAttribute sealed : public Attribute

BuildProvider クラスは、コンパイル時に、特定の拡張子を持つリソースのコードを解析、生成します。BuildProviderAppliesToAttribute 属性は、BuildProvider オブジェクトを呼び出すスコープ (場所) を定義するものです。
BuildProviderAppliesToAttribute 属性を設定することにより、BuildProvider オブジェクトの適用範囲を特定の予約済み ASP.NET ディレクトリ (\App_Code など) に限定できます。
BuildProviderAppliesToAttribute 属性を BuildProvider クラスに適用しなかった場合は、既定で All が適用されます。

System.Attribute
System.Web.Compilation.BuildProviderAppliesToAttribute


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- BuildProviderAppliesToAttribute クラスのページへのリンク