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 |
ソース ジェネレーターがソースを検査して生成するアセンブリ内の型を取得します。 |