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

描述属性配置所需的发布操作的自定义属性。

适用于