Condividi tramite


ContentInfo.SourceProcessText Campo

Definizione

Attenzione

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

Specifica che l'operazione è stata attivata da un risultato da un'azione android.content.Intent#ACTION_PROCESS_TEXT PROCESS_TEXT nel menu di selezione.

[Android.Runtime.Register("SOURCE_PROCESS_TEXT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)]
public const Android.Views.ContentInfoSource SourceProcessText = 5;
[<Android.Runtime.Register("SOURCE_PROCESS_TEXT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)>]
val mutable SourceProcessText : Android.Views.ContentInfoSource

Valore del campo

Value = 5

Implementazioni

Attributi

Commenti

Specifica che l'operazione è stata attivata da un risultato da un'azione android.content.Intent#ACTION_PROCESS_TEXT PROCESS_TEXT nel menu di selezione.

Documentazione java per android.view.ContentInfo.SOURCE_PROCESS_TEXT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a