SettingElementCollection.Get(String) 方法

定义

从集合中获取一个 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 对象。

适用于