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 物件。

適用於