Language

IReplaceable.HasMetaData Property

Definition

Returns true if this object contains metadata.

public bool HasMetaData { [Android.Runtime.Register("hasMetaData", "()Z", "GetHasMetaDataHandler:Android.Icu.Text.IReplaceableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)] get; }
[<get: Android.Runtime.Register("hasMetaData", "()Z", "GetHasMetaDataHandler:Android.Icu.Text.IReplaceableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
member this.HasMetaData : bool

Property Value

true if this object contains metadata

Attributes

Remarks

Returns true if this object contains metadata. If a Replaceable object has metadata, calls to the Replaceable API must be made so as to preserve metadata. If it does not, calls to the Replaceable API may be optimized to improve performance.

Android reference for android.icu.text.Replaceable.hasMetaData.

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