NSTextView.GetAttributedSubstring 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
GetAttributedSubstring(NSRange) | |
GetAttributedSubstring(NSRange, NSRange) |
GetAttributedSubstring(NSRange)
[Foundation.Export("attributedSubstringFromRange:")]
public virtual Foundation.NSAttributedString GetAttributedSubstring (Foundation.NSRange range);
abstract member GetAttributedSubstring : Foundation.NSRange -> Foundation.NSAttributedString
override this.GetAttributedSubstring : Foundation.NSRange -> Foundation.NSAttributedString
Parameters
- range
- NSRange
Returns
Implements
- Attributes
Applies to
GetAttributedSubstring(NSRange, NSRange)
[Foundation.Export("attributedSubstringForProposedRange:actualRange:")]
public virtual Foundation.NSAttributedString GetAttributedSubstring (Foundation.NSRange proposedRange, out Foundation.NSRange actualRange);
abstract member GetAttributedSubstring : Foundation.NSRange * -> Foundation.NSAttributedString
override this.GetAttributedSubstring : Foundation.NSRange * -> Foundation.NSAttributedString
Parameters
- proposedRange
- NSRange
- actualRange
- NSRange
Returns
- Attributes