Aracılığıyla paylaş


IntFlagMapping.Get(Int32) Method

Definition

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.

Applies to