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

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