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