SearchControl.IVsSearchControlPrivate.ApplySearchFilter(UInt32) 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.ApplySearchFilter(System::UInt32 index) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSearchControlPrivate::ApplySearchFilter;
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.ApplySearchFilter(unsigned int index) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSearchControlPrivate::ApplySearchFilter;
void Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.ApplySearchFilter(unsigned int index);
void IVsSearchControlPrivate.ApplySearchFilter (uint index);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.ApplySearchFilter : uint32 -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.ApplySearchFilter : uint32 -> unit
Sub ApplySearchFilter (index As UInteger) Implements IVsSearchControlPrivate.ApplySearchFilter
Parameters
- index
- UInt32
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.ApplySearchFilter(System.UInt32)