IVsTextView.UpdateCompletionStatus(IVsCompletionSet, UInt32) Methode

Definition

Wird für Wortabschlusssteuerelemente verwendet.

public:
 int UpdateCompletionStatus(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, System::UInt32 dwFlags);
public:
 int UpdateCompletionStatus(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet ^ pCompSet, unsigned int dwFlags);
int UpdateCompletionStatus(Microsoft::VisualStudio::TextManager::Interop::IVsCompletionSet const & pCompSet, unsigned int dwFlags);
public int UpdateCompletionStatus (Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet pCompSet, uint dwFlags);
abstract member UpdateCompletionStatus : Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet * uint32 -> int
Public Function UpdateCompletionStatus (pCompSet As IVsCompletionSet, dwFlags As UInteger) As Integer

Parameter

pCompSet
IVsCompletionSet

[in] Zeiger auf ein Vervollständigungssatzobjekt.

dwFlags
UInt32

[in] Flags, die Abschlussstatusoptionen angeben. Eine Liste der dwFlags-Werte finden Sie unter UpdateCompletionFlags.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus textmgr. idl:

HRESULT IVsTextView::UpdateCompletionStatus(  
   [in] IVsCompletionSet *pCompSet,  
   [in] DWORD dwFlags  
);  

Gilt für