NSLayoutManager.RemoveTemporaryAttribute 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
RemoveTemporaryAttribute(NSString, NSRange) |
Obsolete.
|
RemoveTemporaryAttribute(String, NSRange) |
Obsolete.
|
RemoveTemporaryAttribute(NSString, NSRange)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public virtual void RemoveTemporaryAttribute (Foundation.NSString attributeName, Foundation.NSRange characterRange);
abstract member RemoveTemporaryAttribute : Foundation.NSString * Foundation.NSRange -> unit
override this.RemoveTemporaryAttribute : Foundation.NSString * Foundation.NSRange -> unit
Parameters
- attributeName
- NSString
- characterRange
- NSRange
- Attributes
Applies to
RemoveTemporaryAttribute(String, NSRange)
Caution
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public void RemoveTemporaryAttribute (string attributeName, Foundation.NSRange characterRange);
member this.RemoveTemporaryAttribute : string * Foundation.NSRange -> unit
Parameters
- attributeName
- String
- characterRange
- NSRange
- Attributes