Control.ControlCollection.RemoveByKey(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除具有指定索引鍵的子控制項。
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的 Control 屬性會對應至 中的 索引 Control.ControlCollection 鍵 Control 。