ViewDebug.ExportedProperty.DeepExport Method

Definition

When deep export is turned on, this property is not dumped.

[Android.Runtime.Register("deepExport", "()Z", "GetDeepExportHandler")]
public abstract bool DeepExport ();
[<Android.Runtime.Register("deepExport", "()Z", "GetDeepExportHandler")>]
abstract member DeepExport : unit -> bool

Returns

true if the properties of this property should be dumped

Attributes

Remarks

When deep export is turned on, this property is not dumped. Instead, the properties contained in this property are dumped. Each child property is prefixed with the name of this property.

Java documentation for android.view.ViewDebug.ExportedProperty.deepExport().

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