Lenguaje

AttributedCharacterIteratorAttribute Constructores

Definición

Sobrecargas

Nombre Description
AttributedCharacterIteratorAttribute(String)

Construye un Attribute objeto con el nombre especificado.

AttributedCharacterIteratorAttribute(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

AttributedCharacterIteratorAttribute(String)

Construye un Attribute objeto con el nombre especificado.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
protected AttributedCharacterIteratorAttribute(string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Text.AttributedCharacterIteratorAttribute : string -> Java.Text.AttributedCharacterIteratorAttribute

Parámetros

name
String

el nombre de Attribute

Atributos

Comentarios

Construye un Attribute objeto con el nombre especificado.

Java documentación para java.text.AttributedCharacterIterator.Attribute.AttributedCharacterIterator$Attribute(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

AttributedCharacterIteratorAttribute(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

protected AttributedCharacterIteratorAttribute(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Text.AttributedCharacterIteratorAttribute : nativeint * Android.Runtime.JniHandleOwnership -> Java.Text.AttributedCharacterIteratorAttribute

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a