LinkLabel.LinkCollection.RemoveByKey(String) 方法

定义

移除具有指定键的链接。

public:
 virtual void RemoveByKey(System::String ^ key);
public virtual void RemoveByKey (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)

参数

key
String

要移除的链接的键。

注解

属性Name对应于 中 LinkLabel.LinkCollectionLinkLabel.Link键。 键比较不区分大小写。

适用于