Partager via


_DTE.Find, propriété

Obtient l'objet Find qui représente les opérations de recherche globale de texte.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
ReadOnly Property Find As Find
    Get
Find Find { get; }
property Find^ Find {
    Find^ get ();
}
abstract Find : Find
function get Find () : Find

Valeur de propriété

Type : EnvDTE.Find
Objet Find.

Exemples

Sub FindExample()
  'Creates a text file, searches for a string, and then displays it.
  DTE.executecommand("File.NewFile", "c:\temp\test.txt")
  DTE.Find.FindWhat = "mytest"
  MsgBox(DTE.Find.FindWhat)
End Sub

Sécurité .NET Framework

Voir aussi

Référence

_DTE Interface

EnvDTE, espace de noms