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

적용 대상