Driver.GetURI(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Look up an attribute's Namespace URI by index.
[Android.Runtime.Register("getURI", "(I)Ljava/lang/String;", "GetGetURI_IHandler")]
public virtual string? GetURI(int index);
[<Android.Runtime.Register("getURI", "(I)Ljava/lang/String;", "GetGetURI_IHandler")>]
abstract member GetURI : int -> string
override this.GetURI : int -> string
Parameters
- index
- Int32
The zero-based attribute index.
Returns
The attribute namespace URI, or the empty string if namespace processing is disabled or the attribute has no namespace.
Implements
- Attributes
Exceptions
The index is out of range or the current event is not a start tag.
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.