SettingElementCollection.Get(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SettingElement从集合中获取对象。
public:
System::Configuration::SettingElement ^ Get(System::String ^ elementKey);
public System.Configuration.SettingElement Get(string elementKey);
member this.Get : string -> System.Configuration.SettingElement
Public Function Get (elementKey As String) As SettingElement
参数
- elementKey
- String
一个表示 SettingElement 集合中对象的字符串值。
返回
SettingElement 对象。