RazorCompiledItemAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje, že sestavení obsahuje zkompilovaný prostředek 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
- Dědičnost
-
RazorCompiledItemAttribute
- Atributy
Konstruktory
RazorCompiledItemAttribute(Type, String, String) |
Vytvoří nový objekt RazorCompiledItemAttribute. |
Vlastnosti
Identifier |
Získá identifikátor přidružený ke zkompilované položce. Identifikátor se používá programově k vyhledání konkrétní položky určitého druhu a měl by být jedinečný v rámci sestavení. |
Kind |
Získá typ zkompilované položky. Druh se používá programově k přidružení chování a sémantiky k položce. |
Type |
Type Získá zkompilovanou položku. Typ by měl být obsažen v sestavení přidruženém k této instanci .RazorCompiledItemAttribute |