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
| Name | Description |
|---|---|
| GetAttributes(IntPtr, NSRange, NSRange) | |
| GetAttributes(IntPtr, NSRange) |
GetAttributes(IntPtr, NSRange, NSRange)
[Foundation.Export("attributesAtIndex:longestEffectiveRange:inRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary GetAttributes(IntPtr ___location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
[<Foundation.Export("attributesAtIndex:longestEffectiveRange:inRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAttributes : nativeint * NSRange * Foundation.NSRange -> Foundation.NSDictionary
override this.GetAttributes : nativeint * NSRange * Foundation.NSRange -> Foundation.NSDictionary
Parameters
- ___location
-
IntPtr
nativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange
Returns
- Attributes