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
屬性

建構函式

名稱 Description
PropertyAlias()

預設建構器

PropertyAlias(String)

初始化以使用指定的前綴

PropertyAlias(String[])

初始化 以使用指定字串,為每個屬性進行 maching 的順序

屬性

名稱 Description
Aliases

將使用的別名清單

Kind

所使用的別名方法類型

Prefix

所用前綴

適用於