NSAttributedString.GetUIKitAttributes 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
GetUIKitAttributes(nint, NSRange) | |
GetUIKitAttributes(nint, NSRange, NSRange) |
GetUIKitAttributes(nint, NSRange)
public UIKit.UIStringAttributes GetUIKitAttributes (nint location, out Foundation.NSRange effectiveRange);
member this.GetUIKitAttributes : nint * -> UIKit.UIStringAttributes
Parameters
- location
- System.System.IntPtr System.nativeint
- effectiveRange
- NSRange
Returns
Applies to
GetUIKitAttributes(nint, NSRange, NSRange)
public UIKit.UIStringAttributes GetUIKitAttributes (nint location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetUIKitAttributes : nint * * Foundation.NSRange -> UIKit.UIStringAttributes
Parameters
- location
- System.System.IntPtr System.nativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange