다음을 통해 공유


IVsCompletionSetEx.DecreaseFilterLevel Method

Show in the completion list all common items available.

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

Syntax

‘선언
Function DecreaseFilterLevel ( _
    iSelectedItem As Integer _
) As Integer
‘사용 방법
Dim instance As IVsCompletionSetEx
Dim iSelectedItem As Integer
Dim returnValue As Integer

returnValue = instance.DecreaseFilterLevel(iSelectedItem)
int DecreaseFilterLevel(
    int iSelectedItem
)
int DecreaseFilterLevel(
    [InAttribute] int iSelectedItem
)
abstract DecreaseFilterLevel : 
        iSelectedItem:int -> int 
function DecreaseFilterLevel(
    iSelectedItem : int
) : int

Parameters

  • iSelectedItem
    Type: System.Int32
    [in] The item of interest.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr2.idl:

HRESULT IVsCompletionSetEx::DecreaseFilterLevel(
   [in] long iSelectedItem
);

The internal list controlled by the IVsCompletionSet must be updated in response to a change in filter levels. The selected item specified in this method specifies what is currently selected in the Common list.

.NET Framework Security

See Also

Reference

IVsCompletionSetEx Interface

IVsCompletionSetEx Members

Microsoft.VisualStudio.TextManager.Interop Namespace