ApplicationPartAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定要新增為應用程式元件的元件。
[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 |
取得元件名稱。 |