IAttributedCharacterIterator.GetAttribute 方法

定义

返回为当前字符命名 attribute 的值。

[Android.Runtime.Register("getAttribute", "(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;", "GetGetAttribute_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object? GetAttribute(Java.Text.AttributedCharacterIteratorAttribute? attribute);
[<Android.Runtime.Register("getAttribute", "(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;", "GetGetAttribute_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttribute : Java.Text.AttributedCharacterIteratorAttribute -> Java.Lang.Object

参数

attribute
AttributedCharacterIteratorAttribute

所需属性

返回

命名 attribute 的值或 null

属性

注解

Java文档java.text.AttributedCharacterIterator.getAttribute(java.text.Attribute)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于