Property Costruttori

Definizione

Overload

Nome Descrizione
Property(Class, String)

Costruttore che accetta un nome di identificazione e #getType() type per la proprietà .

Property(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

Property(Class, String)

Costruttore che accetta un nome di identificazione e #getType() type per la proprietà .

[Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/lang/String;)V", "")]
public Property(Java.Lang.Class? type, string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/lang/String;)V", "")>]
new Android.Util.Property : Java.Lang.Class * string -> Android.Util.Property

Parametri

type
Class
name
String
Attributi

Commenti

Costruttore che accetta un nome di identificazione e #getType() type per la proprietà .

per android.util.Property.Property(java.lang.Class<V>, java.lang.String).

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

Property(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected Property(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Util.Property : nativeint * Android.Runtime.JniHandleOwnership -> Android.Util.Property

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

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.

Si applica a