CodeCompileUnit.AssemblyCustomAttributes Właściwość

Definicja

Pobiera kolekcję atrybutów niestandardowych dla wygenerowanego zestawu.

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

Wartość właściwości

Element CodeAttributeDeclarationCollection wskazujący atrybuty niestandardowe wygenerowanego zestawu.

Uwagi

Można dodawać i usuwać CodeAttributeDeclaration obiekty reprezentujące atrybuty wygenerowanego zestawu z tej kolekcji.

Dotyczy