Share via


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 개체입니다.

적용 대상