言語

PostConfigurationActionAttribute クラス

定義

プロパティの構成に必要な事後アクションを記述するカスタム属性。

[System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true)]
public sealed class PostConfigurationActionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=true)>]
type PostConfigurationActionAttribute = class
    inherit Attribute
Public NotInheritable Class PostConfigurationActionAttribute
Inherits Attribute
継承
PostConfigurationActionAttribute
属性

コンストラクター

名前 説明
PostConfigurationActionAttribute(PostConfigurationAction)

プロパティの構成に必要な事後アクションを記述するカスタム属性。

プロパティ

名前 説明
PostConfigurationAction

プロパティの構成に必要な事後アクションを記述するカスタム属性。

適用対象