共用方式為


ApplicationPartAttribute 類別

定義

指定要新增為應用程式元件的元件。

[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

取得元件名稱。

適用於