CodeExporter.IncludeMetadata Egenskap

Definition

Hämtar en samling metadata för kodattribut som ingår när koden exporteras.

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

Egenskapsvärde

En samling CodeAttributeDeclaration objekt som representerar metadata som ingår när koden exporteras.

Kommentarer

Med den här egenskapen kan du dynamiskt lägga till attribut till exporterad proxykod.

Gäller för