Share via


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

Implements

IVsSearchControlPrivate.GetSearchBoxSelection(Int32%, Int32%)

.NET Framework Security

See Also

Reference

SearchControl Class

Microsoft.VisualStudio.PlatformUI Namespace