CodeExporter::IncludeMetadata Property

 

Gets a collection of code attribute metadata that is included when the code is exported.

Namespace:   System.Xml.Serialization
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
Return to top
Show: