PropertyAlias 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述属性名称的别名
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class PropertyAlias
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PropertyAlias = class
Public Class PropertyAlias
- 继承
-
PropertyAlias
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| PropertyAlias() |
默认构造器 |
| PropertyAlias(String) |
初始化以使用指定的前缀 |
| PropertyAlias(String[]) |
初始化以对加工器使用顺序完成的每个属性的指定字符串 |
属性
| 名称 | 说明 |
|---|---|
| Aliases |
要使用的别名列表 |
| Kind |
要使用的别名方法的类型 |
| Prefix |
要使用的前缀 |