다음을 통해 공유


SearchControl.IVsSearchControlPrivate.GetSearchBoxSelection Method

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
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
)

Parameters

Implements

IVsSearchControlPrivate.GetSearchBoxSelection(Int32%, Int32%)

.NET Framework Security

See Also

Reference

SearchControl Class

Microsoft.VisualStudio.PlatformUI Namespace