StrikethroughSpan Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| StrikethroughSpan() |
Crea un |
| StrikethroughSpan(Parcel) |
Crea un oggetto |
| StrikethroughSpan(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
StrikethroughSpan()
Crea un StrikethroughSpan.
[Android.Runtime.Register(".ctor", "()V", "")]
public StrikethroughSpan();
- Attributi
Commenti
Crea un StrikethroughSpan.
per android.text.style.StrikethroughSpan.StrikethroughSpan().
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
StrikethroughSpan(Parcel)
Crea un oggetto StrikethroughSpan da un pacco.
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public StrikethroughSpan(Android.OS.Parcel src);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Text.Style.StrikethroughSpan : Android.OS.Parcel -> Android.Text.Style.StrikethroughSpan
Parametri
- src
- Parcel
- Attributi
Commenti
Crea un oggetto StrikethroughSpan da un pacco.
per android.text.style.StrikethroughSpan.StrikethroughSpan(android.os.Parcel).
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
StrikethroughSpan(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
protected StrikethroughSpan(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.StrikethroughSpan : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.StrikethroughSpan
Parametri
- javaReference
-
IntPtr
nativeint
Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Java Native Interface).
- transfer
- JniHandleOwnership
Oggetto JniHandleOwnershipche indica come gestire javaReference
Commenti
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.