LinkLabel.LinkCollection.RemoveByKey(String) Método
Definición
Quita el vínculo con la clave especificada.Removes the link with the specified key.
public:
virtual void RemoveByKey(System::String ^ key);
public virtual void RemoveByKey (string key);
abstract member RemoveByKey : string -> unit
override this.RemoveByKey : string -> unit
Public Overridable Sub RemoveByKey (key As String)
Parámetros
- key
- String
Clave del vínculo que se va a quitar.The key of the link to remove.
Comentarios
La Name propiedad corresponde a la clave de un LinkLabel.Link en LinkLabel.LinkCollection .The Name property corresponds to the key for a LinkLabel.Link in the LinkLabel.LinkCollection. La comparación de claves no distingue entre mayúsculas y minúsculas.The key comparison is not case-sensitive.