SettingElementCollection.Get(String) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recebe um SettingElement objeto da coleção.
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 que representa o SettingElement objeto na coleção.
Devoluções
Um objeto SettingElement.