CodeExporter.IncludeMetadata Tulajdonság

Definíció

Lekéri a kódexportáláskor szereplő kódattribútum-metaadatok gyűjteményét.

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

Tulajdonság értéke

Olyan objektumok gyűjteménye CodeAttributeDeclaration , amelyek a kód exportálásakor szereplő metaadatokat jelölik.

Megjegyzések

Ezzel a tulajdonságtal dinamikusan hozzáadhat attribútumokat az exportált proxykódhoz.

A következőre érvényes: