CodeExporter::IncludeMetadata Property
.NET Framework (current version)
Gets a collection of code attribute metadata that is included when the code is exported.
Assembly: System.Xml (in System.Xml.dll)
public: property CodeAttributeDeclarationCollection^ IncludeMetadata { CodeAttributeDeclarationCollection^ get(); }
Property Value
Type: System.CodeDom::CodeAttributeDeclarationCollection^A collection of CodeAttributeDeclaration objects that represent metadata that is included when the code is exported.
Using this property, you can dynamically add attributes to exported proxy code.
.NET Framework
Available since 2.0
Available since 2.0
Show: