NSMutableString.ApplyTransform Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ApplyTransform(NSString, Boolean, NSRange, NSRange) | |
ApplyTransform(NSStringTransform, Boolean, NSRange, NSRange) |
ApplyTransform(NSString, Boolean, NSRange, NSRange)
[Foundation.Export("applyTransform:reverse:range:updatedRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ApplyTransform (Foundation.NSString transform, bool reverse, Foundation.NSRange range, out Foundation.NSRange resultingRange);
abstract member ApplyTransform : Foundation.NSString * bool * Foundation.NSRange * -> bool
override this.ApplyTransform : Foundation.NSString * bool * Foundation.NSRange * -> bool
Parametri
- transform
- NSString
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
Restituisce
- Attributi
Si applica a
ApplyTransform(NSStringTransform, Boolean, NSRange, NSRange)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public bool ApplyTransform (Foundation.NSStringTransform transform, bool reverse, Foundation.NSRange range, out Foundation.NSRange resultingRange);
member this.ApplyTransform : Foundation.NSStringTransform * bool * Foundation.NSRange * -> bool
Parametri
- transform
- NSStringTransform
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
Restituisce
- Attributi