NSMutableString.ReplaceOcurrences 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以另一個模式取代比對模式的可變動字串內容。
[Foundation.Export("replaceOccurrencesOfString:withString:options:range:")]
public virtual nuint ReplaceOcurrences (Foundation.NSString target, Foundation.NSString replacement, Foundation.NSStringCompareOptions options, Foundation.NSRange range);
abstract member ReplaceOcurrences : Foundation.NSString * Foundation.NSString * Foundation.NSStringCompareOptions * Foundation.NSRange -> nuint
override this.ReplaceOcurrences : Foundation.NSString * Foundation.NSString * Foundation.NSStringCompareOptions * Foundation.NSRange -> nuint
參數
- target
- NSString
要取代的字串文字。
- replacement
- NSString
要取代文字的字串。
- options
- NSStringCompareOptions
決定目標比對方式的比較選項。
- range
- NSRange
要進行取代的範圍。
傳回
System.System.UIntPtr
System.unativeint
完成的取代數目。
- 屬性