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 컴파일된 항목의 를 가져옵니다. 형식은 의 이 instance RazorCompiledItemAttribute연결된 어셈블리에 포함되어야 합니다. |