SpannedString Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SpannedString(ICharSequence) |
For the backward compatibility reasons, this constructor copies all spans including |
SpannedString(String) |
SpannedString(ICharSequence)
For the backward compatibility reasons, this constructor copies all spans including android.text.NoCopySpan
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "")]
public SpannedString (Java.Lang.ICharSequence? source);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "")>]
new Android.Text.SpannedString : Java.Lang.ICharSequence -> Android.Text.SpannedString
Parameters
- source
- ICharSequence
source text
- Attributes
Remarks
For the backward compatibility reasons, this constructor copies all spans including android.text.NoCopySpan
.
Java documentation for android.text.SpannedString.SpannedString(java.lang.CharSequence)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
SpannedString(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "")]
public SpannedString (string? source);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "")>]
new Android.Text.SpannedString : string -> Android.Text.SpannedString
Parameters
- source
- String
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.