Resources.GetResourceTypeName(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.
Return the type name for a given resource identifier.
[Android.Runtime.Register("getResourceTypeName", "(I)Ljava/lang/String;", "GetGetResourceTypeName_IHandler")]
public virtual string? GetResourceTypeName (int resid);
[<Android.Runtime.Register("getResourceTypeName", "(I)Ljava/lang/String;", "GetGetResourceTypeName_IHandler")>]
abstract member GetResourceTypeName : int -> string
override this.GetResourceTypeName : int -> string
Parameters
- resid
- Int32
The resource identifier whose type name is to be retrieved.
Returns
A string holding the type name of the resource.
- Attributes
Exceptions
Throws NotFoundException if the given ID does not exist.
Remarks
Return the type name for a given resource identifier.
Java documentation for android.content.res.Resources.getResourceTypeName(int)
.
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.