ConvertersCollection.GetElementKey(ConfigurationElement) Método
Definição
Obtém a chave de elemento para o objeto ConfigurationElement especificado.Gets the element key for the specified ConfigurationElement object.
protected:
override System::Object ^ GetElementKey(System::Configuration::ConfigurationElement ^ element);
protected override object GetElementKey (System.Configuration.ConfigurationElement element);
override this.GetElementKey : System.Configuration.ConfigurationElement -> obj
Protected Overrides Function GetElementKey (element As ConfigurationElement) As Object
Parâmetros
- element
- ConfigurationElement
O objeto ConfigurationElement cuja chave você deseja retornar.The ConfigurationElement object whose key you want to return.
Retornos
Um objeto que atua como a chave para a instância ConfigurationElement especificada.The object acts as the key for the specified ConfigurationElement instance.