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