TextDocument.ReplaceText(String, String, Int32) Methode

Definition

Nur Microsoft-interne Verwendung.

bool ReplaceText(std::wstring const & FindText, std::wstring const & ReplaceText, int vsFindOptionsValue = 0);
[System.Runtime.InteropServices.DispId(144)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public bool ReplaceText (string FindText, string ReplaceText, int vsFindOptionsValue = 0);
[<System.Runtime.InteropServices.DispId(144)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member ReplaceText : string * string * int -> bool
Public Function ReplaceText (FindText As String, ReplaceText As String, Optional vsFindOptionsValue As Integer = 0) As Boolean

Parameter

FindText
String

Der zu suchende Text.

ReplaceText
String

Der Text, mit dem der gefundene Text ersetzt werden soll.

vsFindOptionsValue
Int32

Die Suchoptionen.

Gibt zurück

Boolean

Ein boolescher Wert.

Attribute

Gilt für