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 объекты, представляющие атрибуты для созданной сборки из этой коллекции.

Применяется к