AssemblyAttributeGenerator(Assembly) 构造函数

定义

public:
 AssemblyAttributeGenerator(System::Reflection::Assembly ^ assembly);
public AssemblyAttributeGenerator (System.Reflection.Assembly assembly);
new Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.AssemblyAttributeGenerator : System.Reflection.Assembly -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.AssemblyAttributeGenerator
Public Sub New (assembly As Assembly)

参数

assembly
Assembly

用于检查的原始程序集是否具有 User secrets 属性

适用于