CodeCompileUnit.AssemblyCustomAttributes 屬性

定義

取得已產生組件之自訂屬性的集合。

public:
 property System::CodeDom::CodeAttributeDeclarationCollection ^ AssemblyCustomAttributes { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); };
public System.CodeDom.CodeAttributeDeclarationCollection AssemblyCustomAttributes { get; }
member this.AssemblyCustomAttributes : System.CodeDom.CodeAttributeDeclarationCollection
Public ReadOnly Property AssemblyCustomAttributes As CodeAttributeDeclarationCollection

屬性值

CodeAttributeDeclarationCollection 表示已產生組件的自訂屬性。

備註

您可以從這個集合新增和移除 CodeAttributeDeclaration 代表所產生元件之屬性的物件。

適用於