IAttributes.GetURI(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依索引查閱屬性的命名空間 URI。
[Android.Runtime.Register("getURI", "(I)Ljava/lang/String;", "GetGetURI_IHandler:Org.Xml.Sax.IAttributesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string? GetURI (int index);
[<Android.Runtime.Register("getURI", "(I)Ljava/lang/String;", "GetGetURI_IHandler:Org.Xml.Sax.IAttributesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetURI : int -> string
參數
- index
- Int32
屬性索引(以零起始)。
傳回
命名空間 URI;如果沒有,則為空字串;如果索引超出範圍,則為 null。
- 屬性
備註
依索引查閱屬性的命名空間 URI。
的 org.xml.sax.Attributes.getURI(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。