共用方式為


NSMutableString.ReplaceOcurrences 方法

定義

以另一個模式取代比對模式的可變動字串內容。

[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

完成的取代數目。

屬性

適用於