SearchControl.IVsSearchControlPrivate.GetSearchBoxSelection Method
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Private Sub GetSearchBoxSelection ( _
<OutAttribute> ByRef piSelectionStart As Integer, _
<OutAttribute> ByRef piSelectionEnd As Integer _
) Implements IVsSearchControlPrivate.GetSearchBoxSelection
void IVsSearchControlPrivate.GetSearchBoxSelection(
out int piSelectionStart,
out int piSelectionEnd
)
private:
virtual void GetSearchBoxSelection(
[OutAttribute] int% piSelectionStart,
[OutAttribute] int% piSelectionEnd
) sealed = IVsSearchControlPrivate::GetSearchBoxSelection
private abstract GetSearchBoxSelection :
piSelectionStart:int byref *
piSelectionEnd:int byref -> unit
private override GetSearchBoxSelection :
piSelectionStart:int byref *
piSelectionEnd:int byref -> unit
JScript does not support explicit interface implementations.
Parameters
- piSelectionStart
Type: System.Int32%
- piSelectionEnd
Type: System.Int32%
Implements
IVsSearchControlPrivate.GetSearchBoxSelection(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.