TypeInfoProvider.ElementTypeInfo Property

Definition

Gets the immutable type information for the current element.

public abstract Org.W3c.Dom.ITypeInfo? ElementTypeInfo { [Android.Runtime.Register("getElementTypeInfo", "()Lorg/w3c/dom/TypeInfo;", "GetGetElementTypeInfoHandler")] get; }
[<get: Android.Runtime.Register("getElementTypeInfo", "()Lorg/w3c/dom/TypeInfo;", "GetGetElementTypeInfoHandler")>]
member this.ElementTypeInfo : Org.W3c.Dom.ITypeInfo

Property Value

An immutable ITypeInfo for the current element, or null if the validator cannot determine its type.

Attributes

Exceptions

If this method is called from other IContentHandler methods.

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.

Applies to