Resources.IdNull Field
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.
The null
resource ID.
[Android.Runtime.Register("ID_NULL", ApiSince=29)]
public const int IdNull = 0;
[<Android.Runtime.Register("ID_NULL", ApiSince=29)>]
val mutable IdNull : int
Field Value
Value = 0- Attributes
Remarks
The null
resource ID. This denotes an invalid resource ID that is returned by the system when a resource is not found or the value is set to @null
in XML.
Java documentation for android.content.res.Resources.ID_NULL
.
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.