ConfigurationElement.Item[String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置具有指定名称的属性。
public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ attributeName); void set(System::String ^ attributeName, System::Object ^ value); };
public object this[string attributeName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(attributeName As String) As Object
参数
- attributeName
- String
属性名。
属性值
具有 ConfigurationAttribute 指定 attributeName
的 对象。
注解
还可以使用 GetAttributeValue 或 SetAttributeValue 方法获取或设置属性值。 为了获得最佳系统性能,应使用这些方法而不是 Item[] 属性。