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 。 索引鍵比較不區分大小寫。

適用於