PostConfigurationActionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティの構成に必要な事後アクションを記述するカスタム属性。
[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 |
プロパティの構成に必要な事後アクションを記述するカスタム属性。 |