次の方法で共有


GeneratedAttribute クラス

定義

内部 (実行時) の場合のみ使用します。 すべてのアクティブ化属性の基本クラス

[System.AttributeUsage(System.AttributeTargets.All)]
public abstract class GeneratedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type GeneratedAttribute = class
    inherit Attribute
Public MustInherit Class GeneratedAttribute
Inherits Attribute
継承
GeneratedAttribute
派生
属性

コンストラクター

GeneratedAttribute(Type)

GeneratedAttribute クラスの新しいインスタンスを初期化します。

プロパティ

TargetType

この実装が適用される型を取得します。

適用対象