NSMutableString.ApplyTransform Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- transform
- NSString
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
Retours
- Attributs
S’applique à
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
Paramètres
- transform
- NSStringTransform
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
Retours
- Attributs