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 |
描述属性配置所需的发布操作的自定义属性。 |