ApplicationPartAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定要新增為 的 ApplicationPart 元件。
在一般情況下,MVC 會針對參考 MVC 的每個相依性,在專案元件上產生 ApplicationPartAttribute 實例。 這些元件中的每一 ApplicationPart 個都會被視為 。
public ref class ApplicationPartAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class ApplicationPartAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type ApplicationPartAttribute = class
inherit Attribute
Public NotInheritable Class ApplicationPartAttribute
Inherits Attribute
- 繼承
-
ApplicationPartAttribute
- 屬性
建構函式
ApplicationPartAttribute(String) |
初始化 ApplicationPartAttribute 的新執行個體。 |
屬性
AssemblyName |
取得元件名稱。 |