Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
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.