다음을 통해 공유


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.LinkLinkLabel.LinkCollection해당합니다. 키 비교는 대/소문자를 구분하지 않습니다.

적용 대상