NSAttributedString.GetRange 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetRange(NSTextBlock, nuint) | |
GetRange(NSTextList, nuint) | |
GetRange(NSTextTable, nuint) |
GetRange(NSTextBlock, nuint)
[Foundation.Export("rangeOfTextBlock:atIndex:")]
public virtual Foundation.NSRange GetRange (AppKit.NSTextBlock textBlock, nuint index);
abstract member GetRange : AppKit.NSTextBlock * nuint -> Foundation.NSRange
override this.GetRange : AppKit.NSTextBlock * nuint -> Foundation.NSRange
매개 변수
- textBlock
- NSTextBlock
- index
- System.System.UIntPtr System.unativeint
반환
- 특성
적용 대상
GetRange(NSTextList, nuint)
[Foundation.Export("rangeOfTextList:atIndex:")]
public virtual Foundation.NSRange GetRange (AppKit.NSTextList textList, nuint index);
abstract member GetRange : AppKit.NSTextList * nuint -> Foundation.NSRange
override this.GetRange : AppKit.NSTextList * nuint -> Foundation.NSRange
매개 변수
- textList
- NSTextList
- index
- System.System.UIntPtr System.unativeint
반환
- 특성
적용 대상
GetRange(NSTextTable, nuint)
[Foundation.Export("rangeOfTextTable:atIndex:")]
public virtual Foundation.NSRange GetRange (AppKit.NSTextTable textTable, nuint index);
abstract member GetRange : AppKit.NSTextTable * nuint -> Foundation.NSRange
override this.GetRange : AppKit.NSTextTable * nuint -> Foundation.NSRange
매개 변수
- textTable
- NSTextTable
- index
- System.System.UIntPtr System.unativeint
반환
- 특성