SettingElementCollection.Get(String) Método
Definição
Obtém um objeto SettingElement da coleção.Gets a SettingElement object from the collection.
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
Parâmetros
- elementKey
- String
Um valor de cadeia de caracteres que representa o objeto SettingElement na coleção.A string value representing the SettingElement object in the collection.
Retornos
Um objeto SettingElement.A SettingElement object.