Bagikan melalui


IHtmlControlDesignerBehavior.RemoveAttribute(String, Boolean) Metode

Definisi

Menghapus atribut yang ditentukan.

public:
 void RemoveAttribute(System::String ^ attribute, bool ignoreCase);
public void RemoveAttribute(string attribute, bool ignoreCase);
abstract member RemoveAttribute : string * bool -> unit
Public Sub RemoveAttribute (attribute As String, ignoreCase As Boolean)

Parameter

attribute
String

Atribut yang akan dihapus.

ignoreCase
Boolean

true jika sintaks atribut tidak peka huruf besar/kecil; jika tidak, false.

Keterangan

Nota

Metode RemoveAttribute ini usang. RemoveAttribute Gunakan metode pada Tag properti ControlDesigner kelas untuk fungsionalitas perancang kontrol yang setara.

Berlaku untuk

Lihat juga