NSAttributedString.GetAttributes 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
GetAttributes(nint, NSRange) | |
GetAttributes(nint, NSRange, NSRange) |
GetAttributes(nint, NSRange)
public Foundation.NSDictionary GetAttributes (nint location, out Foundation.NSRange effectiveRange);
member this.GetAttributes : nint * -> Foundation.NSDictionary
Parameters
- location
- System.System.IntPtr System.nativeint
- effectiveRange
- NSRange
Returns
Applies to
GetAttributes(nint, NSRange, NSRange)
[Foundation.Export("attributesAtIndex:longestEffectiveRange:inRange:")]
public virtual Foundation.NSDictionary GetAttributes (nint location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
abstract member GetAttributes : nint * * Foundation.NSRange -> Foundation.NSDictionary
override this.GetAttributes : nint * * Foundation.NSRange -> Foundation.NSDictionary
Parameters
- location
- System.System.IntPtr System.nativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange
Returns
- Attributes