ConfigurationElementProperty 类

定义

指定配置元素的属性。 此类不能被继承。

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)

适用于

另请参阅