NSLayoutManager.GetTemporaryAttributes 方法

定义

重载

GetTemporaryAttributes(nuint, NSRange, NSRange)
已过时.
GetTemporaryAttributes(nuint, IntPtr)
已过时.
GetTemporaryAttributes(nuint, IntPtr, NSRange)
已过时.
GetTemporaryAttributes(nuint, NSRange)
已过时.
GetTemporaryAttributes(nuint)
已过时.
GetTemporaryAttributes(nuint, NSRange)
已过时.

GetTemporaryAttributes(nuint, NSRange, NSRange)

注意

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttributes : nuint *  * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

参数

characterIndex
System.System.UIntPtr System.unativeint
longestEffectiveRange
NSRange
rangeLimit
NSRange

返回

属性

适用于

GetTemporaryAttributes(nuint, IntPtr)

注意

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, IntPtr effectiveCharacterRange);
abstract member GetTemporaryAttributes : nuint * nativeint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetTemporaryAttributes : nuint * nativeint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

参数

characterIndex
System.System.UIntPtr System.unativeint
effectiveCharacterRange
IntPtr

nativeint

返回

属性

适用于

GetTemporaryAttributes(nuint, IntPtr, NSRange)

注意

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, IntPtr longestEffectiveRange, Foundation.NSRange rangeLimit);
abstract member GetTemporaryAttributes : nuint * nativeint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetTemporaryAttributes : nuint * nativeint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

参数

characterIndex
System.System.UIntPtr System.unativeint
longestEffectiveRange
IntPtr

nativeint

rangeLimit
NSRange

返回

属性

适用于

GetTemporaryAttributes(nuint, NSRange)

注意

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, out Foundation.NSRange effectiveCharacterRange);
member this.GetTemporaryAttributes : nuint *  -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

参数

characterIndex
System.System.UIntPtr System.unativeint
effectiveCharacterRange
NSRange

返回

属性

适用于

GetTemporaryAttributes(nuint)

注意

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex);
member this.GetTemporaryAttributes : nuint -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

参数

characterIndex
System.System.UIntPtr System.unativeint

返回

属性

适用于

GetTemporaryAttributes(nuint, NSRange)

注意

Always throw a 'NotSupportedException' (only available on macOS).

[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetTemporaryAttributes (nuint characterIndex, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttributes : nuint * Foundation.NSRange -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

参数

characterIndex
System.System.UIntPtr System.unativeint
rangeLimit
NSRange

返回

属性

适用于