RazorCompiledItemAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie qu’un assembly contient une ressource Razor compilée.
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
- Héritage
-
RazorCompiledItemAttribute
- Attributs
Constructeurs
RazorCompiledItemAttribute(Type, String, String) |
Crée un RazorCompiledItemAttribute. |
Propriétés
Identifier |
Obtient l’identificateur associé à l’élément compilé. L’identificateur est utilisé par programmation pour localiser un élément spécifique d’un type spécifique et doit être unique au sein de l’assembly. |
Kind |
Obtient le type d’élément compilé. Le type est utilisé par programmation pour associer des comportements et des sémantiques à l’élément. |
Type |
Obtient le Type de l’élément compilé. Le type doit être contenu dans l’assembly associé à cette instance de RazorCompiledItemAttribute. |