NSMutableString.ApplyTransform 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- transform
- NSString
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
傳回
- 屬性
適用於
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
參數
- transform
- NSStringTransform
- reverse
- Boolean
- range
- NSRange
- resultingRange
- NSRange
傳回
- 屬性