IntFlagMapping.Get(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.
Get a set of the names of enabled flags for a given property value.
[Android.Runtime.Register("get", "(I)Ljava/util/Set;", "", ApiSince=29)]
public System.Collections.Generic.ICollection<string> Get (int value);
[<Android.Runtime.Register("get", "(I)Ljava/util/Set;", "", ApiSince=29)>]
member this.Get : int -> System.Collections.Generic.ICollection<string>
Parameters
- value
- Int32
The value of the property
Returns
The names of the enabled flags, empty if no flags enabled
- Attributes
Remarks
Get a set of the names of enabled flags for a given property value.
Java documentation for android.view.inspector.IntFlagMapping.get(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.