PropertyAlias 类

定义

描述属性名称的别名

[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

要使用的前缀

适用于