NSLayoutManager.AddTemporaryAttribute メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddTemporaryAttribute(NSString, NSObject, NSRange) |
古い.
|
AddTemporaryAttribute(String, NSObject, NSRange) |
古い.
|
AddTemporaryAttribute(NSString, NSObject, NSRange)
注意事項
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public void AddTemporaryAttribute (Foundation.NSString attributeName, Foundation.NSObject value, Foundation.NSRange characterRange);
member this.AddTemporaryAttribute : Foundation.NSString * Foundation.NSObject * Foundation.NSRange -> unit
パラメーター
- attributeName
- NSString
- value
- NSObject
- characterRange
- NSRange
- 属性
適用対象
AddTemporaryAttribute(String, NSObject, NSRange)
注意事項
Always throw a 'NotSupportedException' (only available on macOS).
[System.Obsolete("Always throw a 'NotSupportedException' (only available on macOS).")]
public virtual void AddTemporaryAttribute (string attributeName, Foundation.NSObject value, Foundation.NSRange characterRange);
abstract member AddTemporaryAttribute : string * Foundation.NSObject * Foundation.NSRange -> unit
override this.AddTemporaryAttribute : string * Foundation.NSObject * Foundation.NSRange -> unit
パラメーター
- attributeName
- String
- value
- NSObject
- characterRange
- NSRange
- 属性