Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the term to use to replace matches.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Property ReplaceTerm As String
string ReplaceTerm { get; set; }
property String^ ReplaceTerm {
String^ get ();
void set (String^ value);
}
abstract ReplaceTerm : string with get, set
function get ReplaceTerm () : String
function set ReplaceTerm (value : String)
Property Value
Type: System.String
Returns the term to use to replace matches.
Remarks
Modifying the search options doesn’t change the current search. To perform a search using new options, call the Find method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.