Freigeben über


IVsTextView.SendExplicitFocus-Methode

Sendet expliziten Fokus für das Fenster.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function SendExplicitFocus As Integer
int SendExplicitFocus()
int SendExplicitFocus()
abstract SendExplicitFocus : unit -> int
function SendExplicitFocus() : int

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextView::SendExplicitFocus();

Diese Methode sendet die GimmeFocus-Meldung nicht direkt, sodass sie sofort behandelt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextView Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace