Share via


NSFormatter.GetAttributedString Method

Definition

Overloads

GetAttributedString(NSObject, NSStringAttributes)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSAttributedString GetAttributedString(Foundation.NSObject obj, AppKit.NSStringAttributes defaultAttributes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetAttributedString : Foundation.NSObject * AppKit.NSStringAttributes -> Foundation.NSAttributedString

Parameters

obj
NSObject
defaultAttributes
NSStringAttributes

Returns

Attributes

Applies to

GetAttributedString(NSObject, NSDictionary<NSString,NSObject>)

[Foundation.Export("attributedStringForObjectValue:withDefaultAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSAttributedString GetAttributedString(Foundation.NSObject obj, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> defaultAttributes);
[<Foundation.Export("attributedStringForObjectValue:withDefaultAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributedString : Foundation.NSObject * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> Foundation.NSAttributedString
override this.GetAttributedString : Foundation.NSObject * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> Foundation.NSAttributedString

Parameters

obj
NSObject
defaultAttributes
NSDictionary<NSString,NSObject>

Returns

Attributes

Applies to

GetAttributedString(NSObject, UIStringAttributes)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSAttributedString GetAttributedString(Foundation.NSObject obj, UIKit.UIStringAttributes defaultAttributes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetAttributedString : Foundation.NSObject * UIKit.UIStringAttributes -> Foundation.NSAttributedString

Parameters

obj
NSObject
defaultAttributes
UIStringAttributes

Returns

Attributes

Applies to