GenerateCodeForDeclaringAssemblyAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示源生成器还应检查并生成包含指定类型的程序集的代码。
[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 |
获取程序集中源生成器应检查并为其生成源的类型。 |