NSAttributedString.GetAppKitAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetAppKitAttributes(nint, NSRange) | |
GetAppKitAttributes(nint, NSRange, NSRange) |
GetAppKitAttributes(nint, NSRange)
public AppKit.NSStringAttributes GetAppKitAttributes (nint location, out Foundation.NSRange effectiveRange);
member this.GetAppKitAttributes : nint * -> AppKit.NSStringAttributes
參數
- location
- System.System.IntPtr System.nativeint
- effectiveRange
- NSRange
傳回
適用於
GetAppKitAttributes(nint, NSRange, NSRange)
public AppKit.NSStringAttributes GetAppKitAttributes (nint location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetAppKitAttributes : nint * * Foundation.NSRange -> AppKit.NSStringAttributes
參數
- location
- System.System.IntPtr System.nativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange