IFindAllReferencesService.StartSearch(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens an instance of the Find All References tool window.
public:
Microsoft::VisualStudio::Shell::FindAllReferences::IFindAllReferencesWindow ^ StartSearch(System::String ^ label);
public:
Microsoft::VisualStudio::Shell::FindAllReferences::IFindAllReferencesWindow ^ StartSearch(Platform::String ^ label);
Microsoft::VisualStudio::Shell::FindAllReferences::IFindAllReferencesWindow StartSearch(std::wstring const & label);
public Microsoft.VisualStudio.Shell.FindAllReferences.IFindAllReferencesWindow StartSearch (string label);
abstract member StartSearch : string -> Microsoft.VisualStudio.Shell.FindAllReferences.IFindAllReferencesWindow
Public Function StartSearch (label As String) As IFindAllReferencesWindow
Parameters
- label
- String
A localized text for the tool window's title.
Returns
A reference to an instance of the Find All References tool window.
Remarks
This function will either return a new window or a refreshed instance of an old window. The caller should do the same thing in either case.