Поделиться через


NSTextView.GetAttributedSubstring Метод

Определение

Перегрузки

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

Параметры

range
NSRange

Возвращаемое значение

Реализации

Атрибуты

Применяется к

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

Параметры

proposedRange
NSRange
actualRange
NSRange

Возвращаемое значение

Атрибуты

Применяется к