Freigeben über


IVsTextViewEx.IsCompletorWindowActive-Methode

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

Syntax

'Declaration
Function IsCompletorWindowActive As Integer
int IsCompletorWindowActive()
int IsCompletorWindowActive()
abstract IsCompletorWindowActive : unit -> int
function IsCompletorWindowActive() : 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 textmgr2.idl:

HRESULT IVsTextViewEx::IsCompletorWindowActive();

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextViewEx Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace