NSLayoutManager.AddTemporaryAttribute 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
| Name | Description |
|---|---|
| AddTemporaryAttribute(NSString, NSObject, NSRange) | |
| AddTemporaryAttribute(String, NSObject, NSRange) |
AddTemporaryAttribute(NSString, NSObject, NSRange)
[Foundation.Export("addTemporaryAttribute:value:forCharacterRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddTemporaryAttribute(Foundation.NSString attributeName, Foundation.NSObject value, Foundation.NSRange characterRange);
[<Foundation.Export("addTemporaryAttribute:value:forCharacterRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddTemporaryAttribute : Foundation.NSString * Foundation.NSObject * Foundation.NSRange -> unit
override this.AddTemporaryAttribute : Foundation.NSString * Foundation.NSObject * Foundation.NSRange -> unit
Parameters
- attributeName
- NSString
- value
- NSObject
- characterRange
- NSRange
- Attributes
Applies to
AddTemporaryAttribute(String, NSObject, NSRange)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void AddTemporaryAttribute(string attributeName, Foundation.NSObject value, Foundation.NSRange characterRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.AddTemporaryAttribute : string * Foundation.NSObject * Foundation.NSRange -> unit
Parameters
- attributeName
- String
- value
- NSObject
- characterRange
- NSRange
- Attributes