NSLayoutManager.GetTemporaryAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetTemporaryAttribute(NSString, nuint, IntPtr, NSRange)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, IntPtr longestEffectiveRange, Foundation.NSRange rangeLimit);
abstract member GetTemporaryAttribute : Foundation.NSString * nuint * nativeint * Foundation.NSRange -> Foundation.NSObject
override this.GetTemporaryAttribute : Foundation.NSString * nuint * nativeint * Foundation.NSRange -> Foundation.NSObject
Parameters
- attributeName
- NSString
- characterIndex
- System.System.UIntPtr System.unativeint
- longestEffectiveRange
-
IntPtr
nativeint
- rangeLimit
- NSRange
Returns
- Attributes
Applies to
GetTemporaryAttribute(NSString, nuint, NSRange, NSRange)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttribute : Foundation.NSString * nuint * * Foundation.NSRange -> Foundation.NSObject
Parameters
- attributeName
- NSString
- characterIndex
- System.System.UIntPtr System.unativeint
- longestEffectiveRange
- NSRange
- rangeLimit
- NSRange
Returns
- Attributes
Applies to
GetTemporaryAttribute(NSString, nuint, IntPtr)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
protected virtual Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, IntPtr effectiveRange);
abstract member GetTemporaryAttribute : Foundation.NSString * nuint * nativeint -> Foundation.NSObject
override this.GetTemporaryAttribute : Foundation.NSString * nuint * nativeint -> Foundation.NSObject
Parameters
- attributeName
- NSString
- characterIndex
- System.System.UIntPtr System.unativeint
- effectiveRange
-
IntPtr
nativeint
Returns
- Attributes
Applies to
GetTemporaryAttribute(NSString, nuint, NSRange)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, out Foundation.NSRange effectiveRange);
member this.GetTemporaryAttribute : Foundation.NSString * nuint * -> Foundation.NSObject
Parameters
- attributeName
- NSString
- characterIndex
- System.System.UIntPtr System.unativeint
- effectiveRange
- NSRange
Returns
- Attributes
Applies to
GetTemporaryAttribute(NSString, nuint, NSRange)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex, Foundation.NSRange rangeLimit);
member this.GetTemporaryAttribute : Foundation.NSString * nuint * Foundation.NSRange -> Foundation.NSObject
Parameters
- attributeName
- NSString
- characterIndex
- System.System.UIntPtr System.unativeint
- rangeLimit
- NSRange
Returns
- Attributes
Applies to
GetTemporaryAttribute(NSString, nuint)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public Foundation.NSObject GetTemporaryAttribute (Foundation.NSString attributeName, nuint characterIndex);
member this.GetTemporaryAttribute : Foundation.NSString * nuint -> Foundation.NSObject
Parameters
- attributeName
- NSString
- characterIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes