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
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| PropertyAlias() |
預設建構器 |
| PropertyAlias(String) |
初始化以使用指定的前綴 |
| PropertyAlias(String[]) |
初始化 以使用指定字串,為每個屬性進行 maching 的順序 |
屬性
| 名稱 | Description |
|---|---|
| Aliases |
將使用的別名清單 |
| Kind |
所使用的別名方法類型 |
| Prefix |
所用前綴 |