SearchControl.IVsSearchControlPrivate.GetSearchBoxSelection Method

Definition

 virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.GetSearchBoxSelection([Runtime::InteropServices::Out] int % piSelectionStart, [Runtime::InteropServices::Out] int % piSelectionEnd) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSearchControlPrivate::GetSearchBoxSelection;
void IVsSearchControlPrivate.GetSearchBoxSelection (out int piSelectionStart, out int piSelectionEnd);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.GetSearchBoxSelection : int * int -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.GetSearchBoxSelection : int * int -> unit
Sub GetSearchBoxSelection (ByRef piSelectionStart As Integer, ByRef piSelectionEnd As Integer) Implements IVsSearchControlPrivate.GetSearchBoxSelection

Parameters

piSelectionStart
Int32
piSelectionEnd
Int32

Implements

Microsoft.Internal.VisualStudio.Shell.Interop.IVsSearchControlPrivate.GetSearchBoxSelection(System.Int32@,System.Int32@)

Applies to