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
要移除的子控件的名称。
注解
a Name Control 属性对应于中某个 Control 项的 Control.ControlCollection键。