Compartilhar via


Propriedade ITextSearchNavigator.SearchTerm

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
Property SearchTerm As String
string SearchTerm { get; set; }
property String^ SearchTerm {
    String^ get ();
    void set (String^ value);
}
abstract SearchTerm : string with get, set
function get SearchTerm () : String 
function set SearchTerm (value : String)

Valor de propriedade

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

ITextSearchNavigator Interface

Namespace Microsoft.VisualStudio.Text.Operations