Share via


NSAttributedString.GetAppKitAttributes Method

Definition

Overloads

GetAppKitAttributes(IntPtr, NSRange)

public AppKit.NSStringAttributes? GetAppKitAttributes(IntPtr ___location, out Foundation.NSRange effectiveRange);
member this.GetAppKitAttributes : nativeint * NSRange -> AppKit.NSStringAttributes

Parameters

___location
IntPtr

nativeint

effectiveRange
NSRange

Returns

Applies to

GetAppKitAttributes(IntPtr, NSRange, NSRange)

public AppKit.NSStringAttributes? GetAppKitAttributes(IntPtr ___location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetAppKitAttributes : nativeint * NSRange * Foundation.NSRange -> AppKit.NSStringAttributes

Parameters

___location
IntPtr

nativeint

longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Applies to