RazorCompiledItemAttribute 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定程序集包含已编译的 Razor 资产。
public ref class RazorCompiledItemAttribute sealed : 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)]
public sealed class RazorCompiledItemAttribute : Attribute
	[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type RazorCompiledItemAttribute = class
    inherit Attribute
	[<System.AttributeUsage(System.AttributeTargets.Assembly, 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关联的程序集中。  |