NSAttributedString.GetAppKitAttributes Method     
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
GetAppKitAttributes(nint, NSRange)
public AppKit.NSStringAttributes GetAppKitAttributes(nint location, out Foundation.NSRange effectiveRange);member this.GetAppKitAttributes : nint *  -> AppKit.NSStringAttributesParameters
- location
- System.System.IntPtr System.nativeint
- effectiveRange
- NSRange
Returns
Applies to
GetAppKitAttributes(nint, NSRange, NSRange)
public AppKit.NSStringAttributes GetAppKitAttributes(nint location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);member this.GetAppKitAttributes : nint *  * Foundation.NSRange -> AppKit.NSStringAttributesParameters
- location
- System.System.IntPtr System.nativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange