SearchControl.IVsSearchControlPrivate.SetSearchBoxText(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.
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.SetSearchBoxText(System::String ^ bstrText) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSearchControlPrivate::SetSearchBoxText;
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.SetSearchBoxText(Platform::String ^ bstrText) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSearchControlPrivate::SetSearchBoxText;
void Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.SetSearchBoxText(std::wstring const & bstrText);
void IVsSearchControlPrivate.SetSearchBoxText (string bstrText);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.SetSearchBoxText : string -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.SetSearchBoxText : string -> unit
Sub SetSearchBoxText (bstrText As String) Implements IVsSearchControlPrivate.SetSearchBoxText
Parameters
- bstrText
- String
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.SetSearchBoxText(System.String)