ITextSearchNavigator.SearchTerm, propriété
Espace de noms : Microsoft.VisualStudio.Text.Operations
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.