Freigeben über


IVsTextView.UpdateCompletionStatus-Methode

Wird für Wort abschluss Steuerelement.

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

Syntax

'Declaration
Function UpdateCompletionStatus ( _
    pCompSet As IVsCompletionSet, _
    dwFlags As UInteger _
) As Integer
int UpdateCompletionStatus(
    IVsCompletionSet pCompSet,
    uint dwFlags
)
int UpdateCompletionStatus(
    [InAttribute] IVsCompletionSet^ pCompSet, 
    [InAttribute] unsigned int dwFlags
)
abstract UpdateCompletionStatus : 
        pCompSet:IVsCompletionSet * 
        dwFlags:uint32 -> int
function UpdateCompletionStatus(
    pCompSet : IVsCompletionSet, 
    dwFlags : uint
) : int

Parameter

  • dwFlags
    Typ: UInt32

    [in] Optionen für Abschlussstatus Flags, die angeben. Eine Liste der dwFlags-Werten finden Sie unter UpdateCompletionFlags.

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::UpdateCompletionStatus(
   [in] IVsCompletionSet *pCompSet,
   [in] DWORD dwFlags
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextView Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace