Device.SetFlags(IReadOnlyList<String>) 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.
Sets a list of custom flags on the device.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static void SetFlags (System.Collections.Generic.IReadOnlyList<string> flags);
static member SetFlags : System.Collections.Generic.IReadOnlyList<string> -> unit
Parameters
- flags
- System.Collections.Generic.IReadOnlyList<System.String>
The list of custom flag values.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Remarks
Developers should only call this method before Xamarin.Forms is initialized.