VsTextViewClass.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
Public Overridable Function UpdateCompletionStatus ( _
pCompSet As IVsCompletionSet, _
dwFlags As UInteger _
) As Integer
public virtual int UpdateCompletionStatus(
IVsCompletionSet pCompSet,
uint dwFlags
)
public:
virtual int UpdateCompletionStatus(
[InAttribute] IVsCompletionSet^ pCompSet,
[InAttribute] unsigned int dwFlags
)
abstract UpdateCompletionStatus :
pCompSet:IVsCompletionSet *
dwFlags:uint32 -> int
override UpdateCompletionStatus :
pCompSet:IVsCompletionSet *
dwFlags:uint32 -> int
public function UpdateCompletionStatus(
pCompSet : IVsCompletionSet,
dwFlags : uint
) : int
Parameter
pCompSet
Typ: Microsoft.VisualStudio.TextManager.Interop.IVsCompletionSet[in] Zeiger auf einem festgelegten Objekt des Abschlusses.
dwFlags
Typ: UInt32[in] Optionen für Abschlussstatus Flags, die angeben. Eine Liste der dwFlags-Werten finden Sie unter UpdateCompletionFlags.
Rückgabewert
Typ: Int32
Implementiert
IVsTextView.UpdateCompletionStatus(IVsCompletionSet, UInt32)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.