Поделиться через


GenerateCodeForDeclaringAssemblyAttribute Класс

Определение

Указывает, что генератор источника также должен проверять и создавать код для сборки, содержащей указанный тип.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class GenerateCodeForDeclaringAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type GenerateCodeForDeclaringAssemblyAttribute = class
    inherit Attribute
Public NotInheritable Class GenerateCodeForDeclaringAssemblyAttribute
Inherits Attribute
Наследование
GenerateCodeForDeclaringAssemblyAttribute
Атрибуты

Конструкторы

GenerateCodeForDeclaringAssemblyAttribute(Type)

Инициализирует новый экземпляр класса GenerateCodeForDeclaringAssemblyAttribute.

Свойства

Type

Возвращает тип в сборке, для которого генератор источника должен проверить и создать источник.

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

См. также раздел