SearchControl.IVsSearchControlPrivate.SetSearchBoxSelection Method
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Private Sub SetSearchBoxSelection ( _
iSelectionStart As Integer, _
iSelectionEnd As Integer _
) Implements IVsSearchControlPrivate.SetSearchBoxSelection
void IVsSearchControlPrivate.SetSearchBoxSelection(
int iSelectionStart,
int iSelectionEnd
)
private:
virtual void SetSearchBoxSelection(
int iSelectionStart,
int iSelectionEnd
) sealed = IVsSearchControlPrivate::SetSearchBoxSelection
private abstract SetSearchBoxSelection :
iSelectionStart:int *
iSelectionEnd:int -> unit
private override SetSearchBoxSelection :
iSelectionStart:int *
iSelectionEnd:int -> unit
JScript does not support explicit interface implementations.
Parameters
- iSelectionStart
Type: System.Int32
- iSelectionEnd
Type: System.Int32
Implements
IVsSearchControlPrivate.SetSearchBoxSelection(Int32, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.