AttributeListImpl.RemoveAttribute(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
deprecated
從清單中移除屬性。
[Android.Runtime.Register("removeAttribute", "(Ljava/lang/String;)V", "GetRemoveAttribute_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void RemoveAttribute (string? name);
[<Android.Runtime.Register("removeAttribute", "(Ljava/lang/String;)V", "GetRemoveAttribute_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member RemoveAttribute : string -> unit
override this.RemoveAttribute : string -> unit
參數
- name
- String
屬性名稱。
- 屬性
備註
從清單中移除屬性。
SAX 應用程式寫入器可以使用此方法,將屬性篩選出 AttributeList。 請注意,叫用此方法會變更屬性清單的長度和部分屬性的索引。
如果要求的屬性不在清單中,這是無作業。
的 org.xml.sax.helpers.AttributeListImpl.removeAttribute(java.lang.String)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
另請參閱
- <xref:Org.Xml.Sax.Helpers.AttributeListImpl.AddAttribute(System.String%2c+System.String%2c+System.String)>