CodeExporter.IncludeMetadata Свойство

Определение

Возвращает коллекцию метаданных атрибута кода, включенных при экспорте кода.

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

Значение свойства

Коллекция объектов, представляющих метаданные CodeAttributeDeclaration , включенные при экспорте кода.

Комментарии

С помощью этого свойства можно динамически добавлять атрибуты в экспортируемый прокси-код.

Применяется к