NSMutableString.ApplyTransform Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
Parameter
- transform
- NSString
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
Mengembalikan
- Atribut
Berlaku untuk
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
Parameter
- transform
- NSStringTransform
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
Mengembalikan
- Atribut