RazorCompiledItemAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アセンブリにコンパイル済みの Razor アセットが含まれていることを指定します。
public ref class RazorCompiledItemAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class RazorCompiledItemAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class RazorCompiledItemAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type RazorCompiledItemAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type RazorCompiledItemAttribute = class
inherit Attribute
Public NotInheritable Class RazorCompiledItemAttribute
Inherits Attribute
- 継承
-
RazorCompiledItemAttribute
- 属性
コンストラクター
RazorCompiledItemAttribute(Type, String, String) |
新しい RazorCompiledItemAttribute を作成します。 |
プロパティ
Identifier |
コンパイル済みアイテムに関連付けられている識別子を取得します。 識別子は、特定の種類の特定の項目を検索するためにプログラムによって使用され、アセンブリ内で一意である必要があります。 |
Kind |
コンパイル済みアイテムの種類を取得します。 この種類は、動作とセマンティクスを項目に関連付けるためにプログラムによって使用されます。 |
Type |
Typeコンパイル済み項目の を取得します。 型は、 のこのインスタンス RazorCompiledItemAttributeに関連付けられているアセンブリに含める必要があります。 |