ConfigurationElementProperty 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定組態項目的屬性。 此類別無法獲得繼承。
public ref class ConfigurationElementProperty sealed
public sealed class ConfigurationElementProperty
type ConfigurationElementProperty = class
Public NotInheritable Class ConfigurationElementProperty
- 繼承
-
ConfigurationElementProperty
備註
這個類別可用來驗證組態項目屬性。 此外,這個類別可以與類別搭配 ConfigurationElement 使用。
建構函式
ConfigurationElementProperty(ConfigurationValidatorBase) |
根據提供的參數,初始化 ConfigurationElementProperty 類別的新執行個體。 |
屬性
Validator |
取得用來驗證 ConfigurationValidatorBase 物件的 ConfigurationElementProperty 物件。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |