IControlDesignerTag.RemoveAttribute(String) 方法

定义

从标记中删除指定的属性。

public:
 void RemoveAttribute(System::String ^ name);
public void RemoveAttribute(string name);
abstract member RemoveAttribute : string -> unit
Public Sub RemoveAttribute (name As String)

参数

name
String

属性的名称。

适用于

另请参阅