Lingua

DropBoxManager.IsText Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.OS.DropBoxManagerFlags enum directly instead of this field.

Valore flag: il contenuto è testo UTF-8 leggibile (può essere combinato con IS_GZIPPED).

[Android.Runtime.Register("IS_TEXT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.DropBoxManagerFlags enum directly instead of this field.", true)]
public const Android.OS.DropBoxManagerFlags IsText = 2;
[<Android.Runtime.Register("IS_TEXT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.DropBoxManagerFlags enum directly instead of this field.", true)>]
val mutable IsText : Android.OS.DropBoxManagerFlags

Valore del campo

Value = 2
Attributi

Commenti

Valore flag: il contenuto è testo UTF-8 leggibile (può essere combinato con IS_GZIPPED).

per android.os.DropBoxManager.IS_TEXT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a