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 オブジェクト。

適用対象